Concatenating files
John Cuccio
jcuccio at pacbell.net
Sat Jun 1 23:26:00 EDT 2002
This is the way I join files on a Mac
I Download all the files into a folder. I number the files 1,2 etc.
I get the list of the files in the folder and run a repeat loop.
put the list of file to join into filelist
open file newname
close file newname
repeat with r = 1 to cnt
put line 1 of filelist into cfile
put url ("binfile:"&cfile) after url ("binfile:"&newname)
end repeat
I do not read the files into rev just append them to a newfile
3 or 4 file about a 1mb each takes about a second
Hope this helps
John Cuccio
More information about the use-livecode
mailing list