December 10, 200817 yr Hello guys, I'm looking at Matt Petrowsky's screencast about setting up a developer environment and I have noticed he uses in almost his scripts something like SetVariable [$var; Value.script.parameters ( _ )] and he calls the script passing a parameter. Which difference there is between his method and the "regular" Get( ScriptParameter ) Moreover. is that a custom function? If so can someone explain to me how it works? THANK YOU and HAVE A NICE DAY
December 11, 200817 yr That looks like a custom function. I'd have to see the function to say how it works, but it's fairly common practice to use such methods to pass multiple parameters from one script to another, e.g. as name/value pairs ("name=" & nameField & "; " & etc).
Create an account or sign in to comment