Page 2 of 2

Posted: Tue Aug 14, 2007 10:49 am
by Antonio Linares
Dietmar,

Try this:

Code: Select all

oText := TTxtFile():New( datei ) 

FOR x = 1 to len(aSpringer) 
   oText:Add(SubStr( aSpringer[x,1], 1, At( ".", aSpringer[x,1] ) + 3 ) ) 
NEXT

Posted: Tue Aug 14, 2007 12:42 pm
by Dietmar Jahnel
As long as there are no subdirectories I'm getting a clean result with this code.

Thanks again,
Dietmar

Posted: Tue Oct 09, 2007 12:02 am
by creswinman
Poo usas FOpen() ?