put fld "emailList" into tEmailList
repeat for each line tEmail in tEmailList
if tEmail <> "" then
put tEmail after tNewEmailList
end if
end repeat
On Aug 02 2006, at 23:49, Liam Lambert 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
Liam
IRELAND
[EMAIL PROTECTED]
_______________________________________________
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
--
official ChatRev page:
http://chatrev.bjoernke.com
Chat with other RunRev developers:
go stack URL "http://homepage.mac.com/bvg/chatrev1.3.rev"
_______________________________________________
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