Functions Documentation
View Function Edit Function
Name itmSetGlobalData
Syntax (itmSetGlobalData itemStruct string expression)
Argument List itemStruct: The item struct of the type you want to set global data to.
string: The name of the data you are setting.
expression: The value you want to be set.
Returns condition: True if successful.
Category 0.99, data, item
Description Sets the given named data to what the value of the expression is.
Example
Comment You can think of this as a helper function for typSetGlobalData