Hi All,
I am using Automation Anywhere 360 and I have question related to VBS function in AA. I need to receive many outputs from script, but “VBScript: Run function” allows to assign only one string variable as output.
I found not perfect workaround where I:
- In VBScript create one string output made from many values separated by specific sign (e.g. “/”).
- Assign the VBS output to string variable
- Use “String: split” to create list with needed outputs.
As a result I received:
This is not perfect workaround because I could have value which includes my delimiter (in this case “/”) and then I receive wrong outputs.
Do you have any suggestions how I can get many outputs form VBS function in AA 360?
Thank in advance for help!
Michal