The documentation for = and < says, "Numbers surrounded by double 
quotes are treated as strings."  I assume this means literals, such 
as "123", not, for example, quote & 3 & quote.

This does not seem to be the case.  OS X, Revolution 1.1.1 B2

"8" < "33" --> true
"03" = "3" --> true

"a8" < "a33" --> false
"a03" = "a3" --> false

I assume it is the documentation that is in error.

Dar

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to