__header__
Description
The If Step tool allows you to skip ahead in your
program if the parameters are acceptable. This tool basically
adds an "If...then" to your program. If a parameter is
greater than, equal to or less than your predifined base number, than you can
skip ahead in your program to a different tool.
Parameters
Parameter1
Parameter2
String or numerical number
Condition
> , < , = , >= , <= , !=
Inputs/else GoTo
the step to jump to on failed condtion
__footer__