PDA

View Full Version : Syntax for check reg command



SteveV
October 13th, 2002, 03:55 PM
For greater than simplay use: > . Likewise you can check for greater than or equal to, less than, etc:
>=
<
<=

If the statement is true, the first command is executed. If false, the second command. Note that you do not need to have both commands assigned. In other words, if you don't want Girder to do anything is the statement evaluates to false, leave the second command blank.

-- Steve

<font size=-1>[ This Message was edited by: SteveV on 2002-01-06 05:21 ]</font>

<font size=-1>[ This Message was edited by: SteveV on 2002-01-06 05:23 ]</font>

rickd
October 13th, 2002, 03:55 PM
I want to check a register to see if it is great than say 3 if yes jump to another command.

I know check reg is equal has ==3 but what about if it is great or less than? What is the syntax.

Also the setting for the action or jump to is the ist one the if true and the second the else?

Thx rick