I am importing a file with unknown field delimiter.
The fieldDelimiter is detault set to ;
I am reading the file like this trans = AsciiFile.read(); and checking if
(conlen(trans) < 2) and then I want to set the fieldDelimiter to \t (tab)
or ,(comma).
But then I need to read the same line from the file again - can't use
AsciiFile.read because this reads the next line.
Any ideas how this can be done?
Posted on technet.navision.com on: Wednesday, February 04, 2004
|