GetStrGateValue

Top  Previous  Next
Description        

It returns the value of the specified string gate through name and numerical identifier.

 

Syntax                

String                GetStrGateValue(String Name, Int Id)

 

Parameters        

Name = name of the gate you want to read

Id = identifier of the gate you want to read

 

Returned value

string of the specified gate

 

Related functions        

SetStrGateValue()

 

Example                

CurrValue= GetStrGateValue("STRGate001",STRGateNo);