formatting numbers
I need to take a randomly generated number--for example 24567890333 and show it like this24.567.890.333
At the moment Im turning the number into a string and running through loops to put a period after every 3rd digit only its starting from the end of the string which makes it hairy script. There MUST be a better way...isnt there some kind of text formatting available in FlashMX?
