On 8/9/05 8:22 PM, "Chipp Walters" <[EMAIL PROTECTED]> 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 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
