Previous Thread:   11626.1 'Counting started' keeps ON after posting counting inventory-Journal, Why?

9/17/2005 7:00:51 PM    9226.1 Asciifile.read()
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