Both of these writelines will fail with the error: Object reference not set to an instance of an object.
FileOpen(1, sFilename, OpenMode.Append)
WriteLine(1, Chr(34))
WriteLine(1, """"
FileClose(1)
Any writeline that I attempt with all characters works just fine. How do we get around this?
Thanks
FileOpen(1, sFilename, OpenMode.Append)
WriteLine(1, Chr(34))
WriteLine(1, """"
FileClose(1)
Any writeline that I attempt with all characters works just fine. How do we get around this?
Thanks