Page 2 of 2

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

Try this:
Code: Select all  Expand view
oText := TTxtFile():New( datei )

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

PostPosted: 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

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