Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.3   9.4   9.5   10.0   10.1   10.2   10.3   10.4   10.5   10.6    Statistic    FMM    Blog  

Dictionary.SetVariables

Creates variables with given keys and value from dictionary.

Component Version macOS Windows Linux Server FileMaker iOS SDK
Dictionary 5.1 Yes Yes Yes Yes Yes
MBS( "Dictionary.SetVariables"; DictionaryRef { ; Options } )   More

Parameters

Parameter Description Example Flags
DictionaryRef The reference number to the dictionary as returned by Dictionary.Create function. $dic
Options Whether to create local or global variables.
Pass 2 to create global variables ($$)
Pass 0 to create local variables ($), default.

Add 1 to free the dictionary after doing this.
1+2 Optional

Result

Returns OK or error.

Description

Creates variables with given keys and value from dictionary.
The plugin evaluates a Let statement which defines variables in current script with the content of the dictionary. This is very useful for passing arguments to a script (see blog post & guide)

This does not work, if passing Directory reference number from client to server or back!

See also

Example Databases

Blog Entries

Release notes

Created 14th March 2015, last changed 8th May 2017


Dictionary.SetValueForKey   -   Dictionary.ToJSON

Feedback: Report problem or ask question.




Links
MBS FileMaker blog

Start Chat