C
cdiaz1116 via AccessMonster.com
Hi All.
I need to write a line in a text file that contains quotes I need the output
to be:
"NotifyRouterUpdate"="EM"
I've tried encapsulating the entire string in another set of qoutes:
filetxt.WriteLine (""NotifyRouterUpdate" = "EM"")
but I am getting an error:
Compile Error:
Expected: list seperator or )
Thanks
I need to write a line in a text file that contains quotes I need the output
to be:
"NotifyRouterUpdate"="EM"
I've tried encapsulating the entire string in another set of qoutes:
filetxt.WriteLine (""NotifyRouterUpdate" = "EM"")
but I am getting an error:
Compile Error:
Expected: list seperator or )
Thanks