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 ~ [EMAIL PROTECTED]
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to