Then, in their script, they would parse that incoming parameter into 3 values.
But, here's an easier way - just use the List() function to pass the parameters in: List ( "red" ; "blue" , "green" ) and then use GetValue() to reference the individual values: GetValue ( Get ( ScriptParameter ) ; 1 ). The result would be "red" for the first GetValue, "blue" if you change the number to 2, and "green" if you change the number to 3.
Assume we have this script:
Then we create a button and specify that the action is to perform the navigation script (at the bottom of the "Specify Calculation" dialog is the place to enter your parameters):
Now when you click the button - your variables are all set in your script:
5 comments:
Thanks Bob. Very useful.
Cheers
Keith Hutchison
I'll echo Keith, VERY VERY useful. THANK YOU!!
I'll echo Keith, VERY VERY USEFUL! Thank you!!
Thanks!
Thanks!!!
Post a Comment