SetStrGateValue

Top  Previous  Next
Description        

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

 

 

Syntax                

Bool SetStrGateValue(String Name, Int Id, String Value)

 

Parameters        

Name = name of the gate tou want to change

Id = identifier of the gate you want to change

Value = new value to give to the gate                

 

Returned value

true (if the gate is existing and has been changed)

false (if not)

Related functions        

GetStrGateValue()

 

Example                

GateModified= SetStrGateValue("Gate0001SS",1,"Alfa");