PDA

View Full Version : How import fixed-width text file?


rcook349
08-21-2008, 03:33 PM
I'm new to ActionScript and needing to import a fixed-width text file and manipulate the data. I'm guessing if it was XML it would be easier?

Does anyone have any very basic code to get me started?

Thanks.

CyanBlue
08-21-2008, 03:45 PM
Howdy and Welcome... :)

How is the fixed width text file different from a regular text file??? What are you trying to do differently after you loading that file???

rcook349
08-21-2008, 05:28 PM
is just a normal file like

Name phone
Bob 3034448754
Sue 4435435653

Etc

I've just never imported before

Thanks for any help