ReadVal

<< Click to Display Table of Contents >>

Manual > Control Reference > Common to all controls > Common methods >

ReadVal


 

Get the tag value.

 


syntax

ReadVal(

         tagName,

         value

         [,dataSource = "clientcache"]

         )

 


Parameters

 

tagName

 

Type:

character

 

The tag name.

 

value

 

Type:

General purpose

 

The number to store the read value in. Only valid when the return value is TRUE.

 

dataSource

 

Type:

character

 

"clientcache" - Get the value from the client cache.

"servercache" - Get the value from the server cache.

"device" - Gets a value from a device.

 

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 


reference