I have a list that contains some good data and some empty strings, like:

("Abiosdsk", "Afd", "", "", "", "Aha154x", "Aha174x", "aic78xx", "",
"Alerter", "", "", "", "Always", ...)

Is there a simple way to get rid of the empty strings and compress the list
down to:

("Abiosdsk", "Afd", "Aha154x", "Aha174x", "aic78xx", "Alerter", "Always",
....)

TIA...


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to