|
-
Apr 24th, 2002, 07:52 PM
#1
Thread Starter
Fanatic Member
Easy General VB question...
Ok, I have a filename saved as a string. The filname is:
"Superdrag - Lighting the Way"
I want to separate the two and save them as two separate strings. Like:
strArtist= Superdrag
strSong= Lighting the Way
So basically, I want to find the "-" in the filename and the then take what's on the left side of it and save as one string, and then take what's on the right side of it and save as another string.
Any help appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|