11-06-2006, 12:53 AM
Dir d; str sPath
str x="c:\smithdr\200609*.txt"
str y
foreach(d x FE_Dir 0x4)
sPath=d.FileName(1)
y.from(y sPath); err
out y
What I get as a result is one long string:
What I need is to insert [] between the file names:
How do I fix this