The getglobaldictionary( function converts a global dictionary into a regular dictionary.
Parameters
This function has one parameter:
dictionaryname – name of the global dictionary (must have been previously set up with the setglobaldictionaryvalues statement).
Description
This function converts a global dictionary into a regular dictionary. Here is an exampla that uses the getglobaldictionary( function to convert a global dictionary named Order into a data dictionary, and then into JSON.
let revisedOrder = getglobaldictionary("Order")
let orderJson = jsonexport(revisedOrder)
See Global Dictionaries for an extended discussion of how this function can be used.
See Also
History
Version | Status | Notes |
10.2 | New | New in this version. |