arrays
Jeanne A. E. DeVoto
jeanne at runrev.com
Sat May 4 03:14:01 EDT 2002
At 8:33 AM -0700 4/26/2002, Steve Messimer wrote:
Not sure whether anyone has already answered this, but...
> repeat with i = 1 to the number of keys in answerCk
...the above is where the problem is. The keys is a function which returns
multiple lines, so you need to phrase it:
repeat with i = 1 to the number of lines in the keys of answerCk
--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/
More information about the use-livecode
mailing list