No I mean when stating repeat for each element in myArray, can each element be
arrays, but I know now that it can. I somehow via a code bug had an element
that was empty. Since there was no key, repeat for each element choked.
Bob S
> On Aug 10, 2018, at 19:11 , dunbarxx via use-livecode
>
My error. I meant:
Are you speaking of the "warm" in myFavoriteColors["warm"]["red"]
Craig
--
Sent from:
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please
Bob wrote:
"Is it legal to have arrays for the elements, or is it restricted to values?
"
Are you speaking of the "red" in myFavoriteColors["warm"]["red"]
Craig Newman
--
Sent from:
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
_
Belay that apparently while troubleshooting and modifying code, one of the
records in the datagrid had an empty key value.
Bob S
> On Aug 10, 2018, at 13:20 , Bob Sneidar via use-livecode
> wrote:
>
> Hi all.
>
> I have an array of arrays (think dgData) and I am starting a repeat loop lik