Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6611 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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!

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.