Forum Discussion

PaulPeterson1's avatar
PaulPeterson1
Qrew Assistant Captain
5 years ago

Execute a block of code in an IF Statement

I hope this is a simple question with an simple answer. Is it possible to execute a block of code rather than a single action inside an IF statement? Ex: IF(condition, {      command 1,    ...