Question:
How can I edit the tag linked to a screen object at run time?
Solution:
To do so, use the SetTag() method of the object whose link must be edited.
For example, if you want to change the tag linked to a display from a button, the script is: Display1.SetTag(“tagname”)
Note: tagname must be between double quotation marks “” “”.