How Can I Reformat Numbers Using a Script?

Hey, Scripting Guy! I have a text file containing latitudes and longitudes. The numbers look like this: 36000000. I need to format these numbers so they look like this: 36.000000. How can I reformat numbers using a script?-- BE Hey, BE. You know, if you have a question about numbers then you came to the right place. After all, one of the Scripti...