-
reading and writing a file in VB
Has anyone had any experience reading and writing a file in VB?
When I write a string variable to a file it puts quotes around the line.
THen when I read it back, the quotes are there. How do I strip the quotes or make it so that the quotation marks are not there when I write to the file?
-
Use Print # instead of Write # to write the file without quotes. Or, use the Replace function to strip the quotes after reading the data.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
Replies: 1
Last Post: 11-14-2005, 04:28 PM
-
By sameera in forum VB Classic
Replies: 1
Last Post: 09-16-2005, 05:42 AM
-
By Jenks in forum VB Classic
Replies: 6
Last Post: 05-24-2005, 02:22 PM
-
Replies: 1
Last Post: 04-22-2002, 05:59 PM
-
By Andrew McLellan in forum Java
Replies: 3
Last Post: 05-09-2001, 05:34 PM
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|