Perform Script and script parameter examplesPerform Script performs a script that is defined in the current file or in another FileMaker Pro file.When you specify a parameter, you can access it within a script or pass it to other scripts using the Get(ScriptParameter) function.Complex parameters, such as a list of names or other values, can also be used. Complex parameters that are separated by carriage returns can be parsed using the LeftValues function, MiddleValues function, and RightValues function. These functions return the beginning, middle, and ending values from lists that are separated by carriage returns. Complex parameters separated by other characters can be parsed as text using functions such as Left function, Middle function, and Right function.
•