Jeff - experimenting with the following code
next = MATCHNAME(,"mstools", file_name, , )
DO WHILE next <> 'DONE'
rc = LOADTEXT("Ms.", full_path||'usage\'||mstools, 'TLB')
rc = LOADTEXT("Ms.", full_path||'usage\appended.txt', 'S')
next = MATCHNAME(,"mstools", file_name, , )
END
and I get the impression that the 'S' options ALWAYS writes from record 1 (ie, this is NOT an option to append the contents of multiple files to one file). Am I correct ??Michael |