remove empty lines

Liam Lambert liamlambert at mac.com
Wed Aug 2 17:49:49 EDT 2006


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
Liam
IRELAND
liamlambert at mac.com






More information about the use-livecode mailing list