From: Travis O. <oli...@ie...> - 2006-06-24 03:07:47
|
John Parejko wrote: > Greetings! I'm having trouble using records. I'm not sure whether to > report this as a bug, but it certainly isn't a feature! I would like to be > able to iterate over the individual rows in a record array, like so: > That is probably reasonable, but as yet is unsupported. You can do x[0].item() to get a tuple that can be iterated over. -Travis |