Functions Documentation
View Function Edit Function
Name itmGetData
Syntax (itmGetData itemStruct string)
Argument List itemStruct: The item you want to get the data from.
string: The name of the data.
Returns The data named by the string from the item. Returns Nil if there is no data as named by the string.
Category 0.99, data, item
Description Returns the data named by the string for the item.
Example
Comment Could be extremely useful but the current itmSetData function is tricky to use.