|
-
July 24th, 2000, 04:01 AM
#1
splitting text strings
My problem: I have a textfile coming who i read into a textbox. It is a long textfile, and I need to split it up at linefeed or carrige return to get it right in to the next program (ibm mqseries) who needs the data in the right order... Any suggestions? (Thanks for good help!)
-
July 24th, 2000, 04:03 AM
#2
Re: splitting text strings
use the split function in VB 6:
dim a() as string
a = split(yourText, vbcrlf)
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
|