what is the syntax for Oring and anding in Flowcode loops
Posted: Wed Nov 26, 2008 6:28 pm
what is the syntax for Oring and anding in Flowcode loops ... like while(A=1 || B=1 || C=1 )... thx very much and best regards
Old forums - please visit https://www.flowcode.co.uk/forums
https://flowcode.co.uk/mmforums/
Code: Select all
(A=1) || (B=1) || (C=1)