Testing two numeric values
ArborX


Summary
Five syntax examples of testing two numeric values including absolute values, variable values and combined values.
 ?=^var1,^var2 }finish

If ^var1 is equal to ^var2, jump to label.

 ?^var1,^(1) tpgoto 100

If ^var1 is greater than 1, go to page 100

 ?-^var1,^(^page+^count) {top

If ^var1 is less than total of ^page plus ^count jump to label (see Expressions_en

 ?=^char,'a' @Letter 'a' was pressed

If ^char is equal to the Keycode of 'a' then insert text

 ?= 1,^value @Value is -1

If ^value is -1 then insert text


Document created on 08-Feb-2003 (revision 1)