MacSig Posted December 10, 2008 Posted December 10, 2008 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
Fitch Posted December 11, 2008 Posted December 11, 2008 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).
Recommended Posts
This topic is 5827 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 accountSign in
Already have an account? Sign in here.
Sign In Now