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
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