Case sensitive conditional tests
ArborX


Summary
Enables case sensitive tests on strings. This condition will not execute as 'a' will have a lower value than 'A'.

Enables 'case sensitive' tests on strings. The example below will not execute the macro, as a capital 'A' will have a higher value than the lower case 'a'.

 ^var1=a 1
 ^var2=A 2
 ?=@^var1,^var2 }loop 3

If ^var1 is equal to ^var2 then jump to label


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