Skip to main content

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

NameDataTypeList Options                          Description
datachilditemThe data object to examine
fieldstringThe child field or attribute to update within the data object
valueNoneThe value to assign to field