ValueOf

<< Click to Display Table of Contents >>

 

ValueOf

ValueOf(TagName)

Returns the value of a Tag. The TagName parameter is the name of a Tag. The return data type of this function can be String, number, Boolean, or null. The next code contains an example of using this function.

var tagValue = ValueOf("demo:TagInternal1");

Was this page useful?