Deleting lines within a 'repeat for each' loop
Dar Scott
dsc at swcp.com
Tue Aug 19 14:04:01 EDT 2003
On Tuesday, August 19, 2003, at 02:00 AM, Martin Steer wrote:
> repeat for each line currLine in fileList
repeat for each line currLine in (fileList & empty)
I'm just guessing, assuming that will create a temporary copy for your.
An alternate approach would be to build a new list and not try to
delete lines from the original, depending on what you have in mind. I
find 'put after' is fast.
Dar Scott
More information about the use-livecode
mailing list