 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
LeeD
Joined: 17 May 2007 Posts: 311 Country: New Zealand |
|
"Return" jal statement |
|
Hi
Is it possible to return more than one variable from a script library subroutine?
Cheers
|
|
Mon Mar 17, 2008 9:22 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7951
|
|
|
|
No.
but... you can concatenate multiple values together and then break them apart in the calling script, for example:
ConcatEx(123.45, "\n", "@T"yyyy-mm-dd"", "\n", "test string". one_var)
...
GetToken("\n", one_var, num_var)
GetToken("\n", one_var, date_var)
GetToken("\n", one_var, str_var)
|
|
Mon Mar 17, 2008 11:29 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|