Re: Split by row

2015-05-29 Thread J. Landman Gay
rowDelimiter set to LF and your document contained returns, you could use Split By Return and it would work, but if you used Split By Row, it would not. You can set the rowDelimiter, which would then make "split by row" act exactly like "split by primarydelimiter". So

Re: Split by row

2015-05-29 Thread Bob Sneidar
contained returns, you could use Split By Return and it would work, but if you used Split By Row, it would not. Bob S > On May 29, 2015, at 11:27 , J. Landman Gay wrote: > > On 5/28/2015 8:58 PM, dunb...@aol.com wrote: >> >> I think "split by row" is the sam

Re: Split by row

2015-05-29 Thread J. Landman Gay
On 5/28/2015 8:58 PM, dunb...@aol.com wrote: I think "split by row" is the same as "split by return" provided the rowDelimiter is a return. If that property is something else, I do not see how it is different than "split by primaryDelimiter". I don't se

Re: Split by row

2015-05-28 Thread dunbarx
Jacque. I think "split by row" is the same as "split by return" provided the rowDelimiter is a return. If that property is something else, I do not see how it is different than "split by primaryDelimiter". So maybe it is just a shortcut for a "standard&quo

Split by row

2015-05-28 Thread J. Landman Gay
How is "split by row" different from plain old "split"? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-livec