Forums ProRealTime English forum ProBuilder support The command 'once' is not doing what is expected Reply To: The command 'once' is not doing what is expected

#71182

ONCE is read by the system ONCE at launch time, so your code could be written as

When BarIndex is ZERO the IF…ENDIF block will be skipped, later, when executed, line 3 will be skipped because of the ONCE keyword.