GetEvnGateMsg

Top  Previous  Next

Description:

Returns the message of the specified event gate through name and numerical identifier.

Syntax:

String GetEvnGateValue(String Name, Int Id)

Parameters:

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Valore restituito:

message of the event gate

Funzioni inerenti:

GetEvnGateValue()

Example:

GateA_Msg= GetEvnGateMsg(GateA_Name,1);