Scripting › Web Option Scripting Control Values › The ADD, DIV, INZ, MULT and SUB ('counter') commands › Examples
# Use counter to simulate pressing F3 four times INZ $MYCOUNT :LOOP IF $MYCOUNT1 4 QUIT END-IF ADD $MYCOUNT1 1 SEND 03 GOTO LOOP