any chance of implement this command like apr?
if command
----------------------
if <a> <operator> then <command1> [else <command2>]
If specified condition is true <command1> is executed, otherwise, <command2>.
Possible <operators>:
op case sens. condition
------------------------------------------
== yes values/strings are equal
!=, <> yes values/strings are not equal
isin yes string contains string <a>
!isin yes string does not contain string <a>
isini no string contains string <a>
!isini no string does not contain string <a>
eq no strings are equal
ne no strings are not equal
For numeric values comparsion operators <, <=, >, >= can also be used.[/quote]