October 3, 200520 yr I've created a layout with a very simple button, where I've attached a script and a parameter to it. The script calls a subscript, can I pass the parameter to this? At present I haven't managed to figure it out, but im hoping they can be passed to different files unlike variables. Jalz
October 3, 200520 yr Script parameters must be explicitly passed to sub-scripts. You can pass the same script parameters to a script's sub-scripts by passing get(scriptparameter) as the parameter to each subscript.
October 3, 200520 yr Author Thanks Ender, I understand what your saying, i.e. to use the Get (ScriptParameter), but I still cant manage it...I've attached a very simple file, 1 button which has the parameter "print" attached to it. I've got two scripts, the Get (ScriptParameter) works in the first script, but it doesn't work in the second script. Ender or someone else point me in the irght direct with an example? Cheers Jalz parameter.zip
Create an account or sign in to comment