FYI: Instead of a repeat, you can filter out the blank lines by ... the filter
command:

function RemoveEmptyLines pData
  filter pData without empty
  return (pData)
end RemoveEmptyLines



Jan

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to