|
-
May 24th, 2000, 07:22 PM
#1
Thread Starter
Junior Member
Another Quick Question:
When I write to an external file using the write statement, it always puts quotation marks at the beginning and end of the string... is something wrong with my code??
Example:
NameOfPerson = "John Jacob Jingleheimer Smith"
Write #1, NameOfPerson
In the text file, I'll see:
"John Jacob Jingleheimer Smith" -- WITH THE QUOTES! (grrr)
I'm trying to use this program to write HTML files, and its driving me nutz... any suggestions??
Are there other commands used to write to a file???
Thanks
<~~ Whisper ~~>
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
|