Hi All,
I’m need a simple formula to reset both input channel let say Val(201) & Val(202) to Zero by applying a formula to one Output Channel.
Can someone help me to debug my formula below as I’m keep receive formula error while upload to server.
Error msg = {Line 527, column 8: error CS1520: Method must have a return type}
My formula:
public ResetArc(int u, int d)
{
SetVal(Val(u),0);
SetVal(Val(d),0);
}
Thank a lot for your Help.
-
This topic was modified 8 months, 3 weeks ago by
CCKOH.