Convert long number to string
Convert long number to string
- Subject: Convert long number to string
- From: Gnarlodious <email@hidden>
- Date: Sat, 17 Apr 2004 09:48:34 -0600
I seem to recall a discussion about this recently but the archives aren't up
and running.
set longNumber to to "1082204521"
set exponent to longNumber as number --> 1.082204521E+9
set numberString to exponent as string --> "1.082204521E+9"
I want to convert the exponent to long number before converting it to a
string.
What's the technique?
-- Gnarlie's Applescript page
http://www.Gnarlodious.com/OSX/AppleScript/AppleScript.html
_______________________________________________
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.