ChristopherWelsOccasional Contributor16 years agoVB script : Function with return value and argumentHi all, The function i wrote looks like this Function example1(ByVal id As Integer) As Boolean if( id = 1234) Then return false End if if( id = 4321) Then ...Show More
ChristopherWelsOccasional Contributor16 years agoCould this error occure, because all this function are inside different files?
Recent DiscussionsHover Button...“TestComplete PKCE Handler – Failed to verify the login request”ADO Pipeline Execution Fail issue after TC\TE upgrade
Related Contenthow call I call the argument functionhow call I call the argument functionUI object as an argument for a function