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 | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
