BE_VariableGet

BE_VariableGet(name)



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 gets the previously stored variable of name.

Parameters:

- name : the name of the variable to return.

Keywords:

Variable Get


Version History:

- 4.1 :

Still need help? Contact Us Contact Us