BE_VariableSet

BE_VariableSet(name;{value})



Plugin variables are much like $local and $$global FileMaker variables, except the scope is the instance of the plugin, so will persist across FileMaker files and even on closing and opening of files.  They are only lost when the plugin is loaded or unloaded, usually only ever when FileMaker restarts.

This function creates and sets a variable of name with value.

Parameters:

- name :  the name of the variable to create

- value : the value to store.  Optional because an empty value will delete that variable.

Keywords:

Variable Set


Version History:

- 4.1 :

Still need help? Contact Us Contact Us