Language Reference Guide : 4. System Classes : FieldObject Class : GetTagValue Method
 
Share this page                  
GetTagValue Method
The GetTagValue method returns a string object containing the text value associated with the supplied tag name or row number in the TaggedValues array of the field.
This method has the following syntax:
StringObject = FieldObject.GetTagValue(tag = varchar(256) | row = integer)
This method has the following parameters:
tag
(Either this parameter or row is required.) Specifies the name of the tag in the TaggedValues array.
row
(Either this parameter or tag is required.) Specifies the row number in the TaggedValues array.
This method returns a StringObject, or NULL if the entry for this tag or index is not present.