Language Reference Guide : 4. System Classes : AppSource Class : GetTagValue Method
 
Share this page                  
GetTagValue Method
The GetTagValue method returns a StringObject containing the text value associated with this tag name or row number in the TaggedValues array of this application.
This method has the following syntax:
StringObject = AppSource.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.