Skip to main content
hi Team I am unable to get return value from VB through A360 even though after write return string. we are getting output as true.

Hi @Vishnu Theja​ ,

 

To pass anything as output, you have to encase the VBScript logic within a Function and assign the value you want to return to the function name.

 

Function funcName

funcName = "Hello World!"

End Function

 

Could you give that a try and let us know if it works out for you?

 

Kind Regards,

Ashwin A.K


Reply