DeleteWindowVar ( "hello" )
Delete a global variable previously scoped to the current window with SetWindowVar()
Be the first to rate this function Log in to vote
|
Jason Wood - Show more from this author
Define Database https://www.definedatabase.com |
//Assuming that the window scoped variable "hello" was previously set with SetWindowVar ( "hello" ; "world" ; JSONString ) and no other variables were set in this or any other window. You can delete all variables scoped to the current window with DeleteWindowVar ( "" ). Sample output assuming no other windows have scoped variables: {}
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
See also: SetWindowVar() and GetWindowVar()
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.