Number stuff revisited
Number stuff revisited
- Subject: Number stuff revisited
- From: Michelle Steiner <email@hidden>
- Date: Wed, 10 Mar 2004 12:06:25 -0700
set n to 1.2345678901E+10
set s to n as string
display dialog n
--> 12345678901--displayed in the dialog
Display dialog s
--> 1.2345678901E+10 --displayed in the dialog
Huh?
--
My body is not a democracy: you don't get a vote.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.