Skip to main content
Question

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.

  • May 18, 2022
  • 1 reply
  • 428 views

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.

1 reply

Ashwin A.K
Forum|alt.badge.img+10
  • Navigator | Tier 3
  • May 20, 2022

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