I am used to python syntax:
def function(par1, par2) Body of function here Return result
Does ST allow user defined functions like this? I am using studio 5000.
I am used to python syntax:
def function(par1, par2) Body of function here Return result
Does ST allow user defined functions like this? I am using studio 5000.
Yes, but result only in function parameters passed as InOut. Function result can be only boolean and means EnableOut.