jeudi 20 juillet 2017

How to call one function library functions to another function library?

I'm facing an issue where I want to use one function library function into another function library. I'm using HP UFT Tool.

Funtion Library1:

Function addition()
End Function

Function Library 2:

Function sub()
  Call addition()
End Function

Aucun commentaire:

Enregistrer un commentaire