Hi Charles,

Using ";" as an example for comment lines, but writing a COMMENT? function
might be a good idea.

>> b: ["" "data" ";Comment" "data 2" "" "data 3"]
== ["" "data" ";Comment" "data 2" "" "data 3"]
>> foreach item b [
[        if all [(not empty? item) (#";" <> item/1)][
[                print item
[            ]
[    ]
data
data 2
data 3


--Gregg

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to