Regular expressions has a built in function called split. Essentially you puull in the content of a text file and split on space, you end up with an array of strings that were delimited by spaces. You'll probably have to deal with punctuation and control characters (tabs) for instance as well.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
help me...