Go to the first, previous, next, last section, table of contents.


Numeric testing conditions

The following conditions are available for performing numerical tests:

     <number1> above <number1>
     <number1> is not above <number1>
     <number1> below <number1>
     <number1> is not below <number1>
e.g. $message_size is not above 10k

The <number> arguments must expand to strings of digits, optionally followed by one of the letters K or M (upper-case or lower-case) which cause multiplication by 1024 and 1024x1024 respectively.


Go to the first, previous, next, last section, table of contents.