Language Reference Guide : 4. System Classes : FieldObject Class : FindTag Method
 
Share this page                  
FindTag Method
The FindTag method returns the index of the specified tag in the TaggedValues array of the field.
This method has the following syntax:
index = FieldObject.FindTag(tag = varchar(256))
This method has the following parameter:
tag
(Required) Specifies the name of the tag in the TaggedValues array
This method returns the index, or 0 if the entry for this tag is not present.