Converting numbers to text and back

Ken Ray kray at sonsothunder.com
Fri Nov 29 22:53:03 EST 2002


Well, I ran the code you provided and got "true" in the message box. Is this
what you want?

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/



----- Original Message -----
From: "Dar Scott" <dsc at swcp.com>
To: <use-revolution at lists.runrev.com>
Sent: Friday, November 29, 2002 7:53 PM
Subject: Re: Converting numbers to text and back


>
> On Friday, November 29, 2002, at 06:33 PM, Ken Ray wrote:
>
> > I'm not sure what you mean...
>
> I'll make this up on the fly and test later; you should get the idea:
>
> on mouseUp
>    put random(20)/random(20) * 10 ^ (random(100)-50) into x
>    set numberFormat to "0.000"
>    put x & empty into y
>    put y + 0 into z
>    put x = z
> end mouseUp
>
> I want to change the value set to numberFormat so this is true.
>
> Dar
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list