On Dec 12, 2010, at 3:20 PM, Charles Szasz wrote:

> For example, comparing -3.5 with 2.23. How do you do this?

You can use abs to get the positive absolute value, and compare those:

put abs(-3.5)>abs(2.23)


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to