Grab data from text file

Directlinq

Registered User.
Local time
Today, 14:12
Joined
Sep 13, 2009
Messages
67
Grab data from text string

I have a text string of
# akon - dance
How can i parse before the - without the # into one variable and after the - into another variable?
Many Thanks
 
Last edited:
Maybe the function ParseWord may help...
Get more informations here.

Good Luck!
 
I cant get it to grab all the text before the - just individual words as some of the lines in the text file have more than one word.
 
Can you give a couple of examples of before and after using the best to worse case senerio.

David
 

Users who are viewing this thread

Back
Top Bottom