remove empty lines
Jim Ault
JimAultWins at yahoo.com
Wed Aug 2 20:24:31 EDT 2006
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" <liamlambert at mac.com> 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
More information about the use-livecode
mailing list