On 6/2/08 15:26, Thomas McGrath III wrote:
I am still trying to remember how repeat for each worked with deleting blank lines. ???

        function deleteBlankLines tOld --> tNew
                put empty into tNew
                repeat for each line tLine in tOld
                        if tLine <> empty then put tLine & return after tNew
                end repeat
                return tNew
        end deleteBlankLines

- Ben

_______________________________________________
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

Reply via email to