One line should do it all for you filter fld "emailList" without empty
Jim Ault Las Vegas On 8/2/06 2:49 PM, "Liam Lambert" <[EMAIL PROTECTED]> wrote: > Hi all > how do I delete blank lines from a field > I have something like this > > put fld "emailList" into tEmailList > repeat for each line tEmail in tEmailList > if line tEmail is " " then (what would go here) > end if > end repeat > > or am I totally off the mark _______________________________________________ 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
