Possible insanity, or is it LC 7.0.1?

Kay C Lan lan.kc.macmail at gmail.com
Wed Jan 14 20:13:20 EST 2015


On Thu, Jan 15, 2015 at 8:29 AM, Roger Guay <irog at 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.



More information about the use-livecode mailing list