return result from vbs back to wisescript
Hi, does anyone know how to pass the result of a VBScript to WiseScript?
Example: let's say the .vbs calculates a date and time converted to string: 101220081241 (ddmmyyyyhhmm-format). How can I pass that value back to the calling WiseSript?
Thanks,
Koen
Example: let's say the .vbs calculates a date and time converted to string: 101220081241 (ddmmyyyyhhmm-format). How can I pass that value back to the calling WiseSript?
Thanks,
Koen
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
WScript.Quit(whatever_value_you_want_returned_to_caller)
http://www.devguru.com/technologies/vbscript/home.asp
http://www.devguru.com/technologies/vbscript/home.asp
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.