Deleting a column ...

J. Landman Gay jacque at hyperactivesw.com
Mon Feb 9 19:29:05 EST 2009


Bob Sneidar wrote:
> Well I figured out what the problem is. I assumed that since the default 
> delimiter was comma, that slpitting by column took that into account. It 
> does not. It expects to see a TAB delimited list, NOT a comma delimited 
> list.

Split looks at the columnDelimiter property, not the itemDelimiter. The 
default columnDelimiter is tab, but you can set it to a comma.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list