SetVariable ( varName ; varValue )
Use when you want to set a variable with a variable name or not in a script.
Be the first to rate this function Log in to vote
Paul - Show more from this author
Peak 14 LLC http://www.peak14.solutions |
SetVariable ( "$foo" ; "bar" )
SetVariable ( "$$foo" ; "bar" )
1
1
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
If you exclude a "$" at the start of the varName, it will create a local variable. If you want to make a global variable, add "$$" to the start of varName.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.