Re: cannot correctly check keys of array stored as a custom prooperty

2017-04-17 Thread Dr. Hawkins via use-livecode
On Mon, Apr 17, 2017 at 3:54 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Doesn't the script editor's variable viewer now display the elements of an > array? Can you check it there? Yep. And the element shows there, and also in the property inspector for the stack.

Re: cannot correctly check keys of array stored as a custom prooperty

2017-04-17 Thread Bob Sneidar via use-livecode
Also, (and I know you will not refactor now) but sqlYoga has these checks built in. It also has commands to get the schema of the database, as well as the schema of a table, which will return as an element of that array, an array with each field and it's type, length, etc. Bob S > On Apr 17,

Re: cannot correctly check keys of array stored as a custom prooperty

2017-04-17 Thread Bob Sneidar via use-livecode
Doesn't the script editor's variable viewer now display the elements of an array? Can you check it there? Bob S On Apr 17, 2017, at 15:11 , Dr. Hawkins via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I have an elaborate routine that sorts through my stacks to find the needed va