@ ( word )
returns a number for a word, to allow variables to have named repetitions
Average rating: 5.0 (1 vote) Log in to vote
Hisc - Show more from this author
noplace http://nourl |
@ ( "$$john" )
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
FileMaker makes it easy to create variables with numbered repetitions, like $var[1], but not variables with named repetitions, like $var["john"]
this function allows a pseudo-named repetition, as it creates a numbers to represent the word within the context. For example: $var[@("john")]
if one wants a persistent and global number, just use parameter that starts with "$$" like @("$$john")
global numbers are always odd, while local are always even.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.