Repeat until (0r "while") not working
Dick Kriesel
dick.kriesel at mail.com
Wed Aug 10 18:08:09 EDT 2005
On 8/9/05 8:22 PM, "Chipp Walters" <chipp at chipp.com> wrote:
> If you wanted to do it in a repeat loop:
>
> repeat with x = the number of lines in tFinalTranscript down to 1
> if line x of tFinalTranscript is "" then delete line x of
> tFinalTranscript
> end repeat
Or, if you wanted to delete all the empty lines without a repeat loop, you
could do as Jan Decroos suggested a year ago:
filter field "transcript" without empty
More information about the use-livecode
mailing list