andrewhan4
03-23-2001, 07:28 PM
Yet more problems with my script, I am trying to write " to a file using the .WriteLine command.
Take this as an example
MyFile.WriteLine ("FriendlyName=" & Read2)
When writen to the file you get:
FriendlyName=(contents of read2 varable)
What I need in the file:
"FriendlyName"=(contents of read2 varable)
Take this as an example
MyFile.WriteLine ("FriendlyName=" & Read2)
When writen to the file you get:
FriendlyName=(contents of read2 varable)
What I need in the file:
"FriendlyName"=(contents of read2 varable)