I'm trying to use the VBScript feature to output a simple string, but the output is garbled looks like this (せ䌵㨰〰㔰㘭䐸崸圠剁䥎䝎›夠畯散瑲晩....), output is created even if I don't send an output, whatever I do send gets added on, but not in a form that I understand. The error must be related to the code I'm running, but the code does work otherwise.
I would like to understand how to correct this, or find an alternative way to get a string or number out of the VBScript action which doesn't use WScript.Echo. Is it possible to get information out by a different way like modify a global variable? It's possible to bring in global variables, so is it not possible to change them?