PDA

View Full Version : How to check REG-Value



SteveV
October 13th, 2002, 12:55 PM
Solo0815,

You have to use == to check for equality. You can also check for:

>
>=
<
<=

If the statement evaluates to true, the first command is executed. If it evaluates to false, the second command.

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

-- Steve

Solo0815
October 13th, 2002, 12:55 PM
How to check the "Reg1"-Value?
What have i to write in the Box

In Basic itīs like this i think
If reg1=1 then execute "Command1"
if reg1=2 then execute "command2"

how to do this?

I know how to change the REG1-Value, but how to check the Value?