|
-
Jun 27th, 2000, 01:59 AM
#1
Thread Starter
Member
I am using the input statement to read in data from a file,
Input #1, strInput
Some of the lines of the file have a comma in them, which cuts off the input and puts the rest of the line into the next input statement(i am using a do while loop).
I know that the Input Function does not use delimeters, but you have to specify the number of characters to read in. I do not know how many characters to read in because each line is a different size.
I guess my question is: Can I somehow make the Input Statement not use commas as a delimeter?
Thanks,
JK
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
|