ChristopherWelsOccasional Contributor15 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 Contributor15 years agoCould this error occure, because all this function are inside different files?
Recent DiscussionsBreakpoints in external files with python 3.13?Oracle Forms window with dynamic name - unable to click on subsequent runsConverting VB Script Tests
Related Contenthow call I call the argument functionhow call I call the argument functionUI object as an argument for a function