Meetloaf Posted October 20, 2006 Posted October 20, 2006 I am curious if you can send two values through the Exit Script/get (ScriptResults) combo. So that when I do the "get (ScriptResults)" command, they are still distinguishable on the other side...I am trying to avoid making global variables so that I can reuse scripts. Thanks for your help in advance!
comment Posted October 20, 2006 Posted October 20, 2006 You can send as many as you like. A simple way to send two values (if none of them contains a carriage return) is to make the result: ValueA & ¶ & ValueB Then you can parse individual values as: LeftValues ( Get (ScriptResult) ; 1 ) and: RightValues ( Get (ScriptResult) ; 1 ) See also here.
Recommended Posts
This topic is 6611 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now