You can use
combine
split
to work with arrays of data, but if you do speed tests, you will find that repeat loops + chunking are just as fast and have more power, such as extracting more that one column, shuffling the column order while gathering, reformatting, error checking, etc

Jim Ault
Las Vegas



On Jan 11, 2010, at 9:07 AM, Bob Sneidar wrote:

Great responses on the subject of arrays. I gather then that my attempt to "trick" revolution into giving me a column of data without using repeat loops is ill fated. Since I am working with data grids, I was hoping to get a column of data without going through much trouble.

Really, I just need to write a function that does this, or use the example provided by Phil Davis (thanks Phil.)

Bob


On Jan 9, 2010, at 6:35 PM, Michael Kann wrote:

Bob, Maybe we can learn something about arrays together.





_______________________________________________
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

Reply via email to