Search found 1 match

by billbedford
Sat Dec 14, 2013 6:07 pm
Forum: Talking LiveCode
Topic: repeat loop oddity
Replies: 6
Views: 4442

repeat loop oddity

I have a button that imports data from a database. After passing the data through 'ConvertSQLCursorToArray' I'm left with an array with entries numbered from 1 to 211. When I try and extract the entries with a repeat loop I get the following for the first iteration: repeat for each key tkey in theOr...