If Statement
The If Statement module allows you to create a condition on which the enclosed
modules will get exected or not. This is similar to the conditional statements
seen in the VBScript and other scripting languages. Using the interface you
can compare RoboRealm variables against other variables or values to determine
if the following modules should be executed or not.
Interface
Instructions
1. Specify the variable to test using the dropdown menus. Select [new] to
create a new variable that is not already in the list.
2. Select the appropriate comparison
3. Select the comparison type. The comparison type helps specify how the
comparison is performed. For example, if two strings "100" and "2" are compared
as text "2" will be greater than "100", but if compared as integers
then "100" will be greater than "2".
4. Specify the value to compare to. For variables use the dropdown list. For other
static values such as numbers or strings simply type in the value.
See Also
Set Statement
| If_Statement Related Forum Posts | Last post | Posts | Views |
interface
hello....i want to ask something that i'm not very clear,
i want to do another GUI interface using VC++. it will... |
10 months |
6 |
325 |
if statement multiple conditions
Hi,
In my program I introduced an if_statement, which includes more than one condition (3-4). Apparently, the if_s... |
1 month |
2 |
584 |
using if statement module
Hi,
I have a question in using if statement module.
I have used different modules in... |
2 months |
4 |
557 |
using different modules in pipe line
Hi,
I want to use different modules in pipe line for different aims but still some of the modules m... |
2 months |
2 |
337 |
Roborealm sending out serial without a screen
Hi,
I was wondering if its possible to keep the camera recording, and sending data over a serial connection, while... |
5 months |
2 |
461 |
|