next repeat problem

Jan Decroos jan.decroos at groepvanroey.be
Tue Aug 17 18:44:38 EDT 2004


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



More information about the use-livecode mailing list