August 29, 200718 yr What is the recommendation on using Exit Script at the end of all scripts. I have found it useful for passing information back to a calling script, but should it be end of a script the script even when there is no data to pass back? Thanks Sculler
August 29, 200718 yr It is only needed if you need to pass a value back to the calling script or escape the script in the middle.
August 29, 200718 yr I never used the Exit Script as all previous scripts were in FMP 5.5/6 and there was no support for parameter passing then. Instead I invented my own method using global fields. FWIW I always allow my scripts to run to completion with properly nested If/Else constructs - just old habits really.
August 29, 200718 yr my own method using global fields Yikes - Which of course it avoided just as swiftly as it entered your habits! http://en.wikipedia.org/wiki/Global_variable --sd
Create an account or sign in to comment