I am writing some Vb script at the moment where I want to output to file some of the variables that result in errors.
I am using standard vb6 File I/O code for sequential files
e.g. Open "C:\ADUserError.txt" for append As #1
but it gives a compilation error on this line as follows:
Char :27
Error : Expected end of statement.
Can someone advise if File I/O is possible using VB Script.
Thanks