Hi there:
I have a problem where I am trying to export to a text file but where the separator should not exist.
The delimiter is pipe.
So my code is:
exportASCIIVar("test.db","test.txt",,"|",True,False)
which is rejected because an identifier is expected for the separator.
But what should it be when I do not want one?
Thanks!
I have a problem where I am trying to export to a text file but where the separator should not exist.
The delimiter is pipe.
So my code is:
exportASCIIVar("test.db","test.txt",,"|",True,False)
which is rejected because an identifier is expected for the separator.
But what should it be when I do not want one?
Thanks!