SET_ATTRIBUTE
Sets the child attribute of an object.
Example Usage
SET_ATTRIB(GeoLocation, Latitude, 42.1234) // set the Latitude of a GeoLocation field
Overview
Function signature
SET_ATTRIBUTE(data, field, value)
Category
Logical
Return data type
None
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
data | childitem | The data object to examine | |
field | string | The child field or attribute to update within the data object | |
value | None | The value to assign to field |