On Thu, Jan 15, 2015 at 8:29 AM, Roger Guay <i...@mac.com> wrote:

>
> I get Paul's results when I do it Paul’s way, but I don’t get Graham’s
> results when I do it his way via the message box!!
>

Same here and I'm on Mavericks. And just to confuse the matter even further:

put 1.884956 into tVar
put isNumber(tVar)

put 1.884956 into tVar
put (tVar + 0)

put value(1.884956+0)

All three work fine.

put 1.884956 into tVar
put isNumber(tVar)
put value(tVar + 0)

does not.

Graham, definitely one for you to log with the QCC.
_______________________________________________
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