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, 2017, at 15:54 , Bob Sneidar via use-livecode > <[email protected]> wrote: > > 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 > <[email protected]<mailto:[email protected]>> wrote: > > I have an elaborate routine that sorts through my stacks to find the needed > variables, and it saves the array, with the name as a key and the variable > type as a property, in my master stack. ("set the swizzle of stack whosit > to myArray") > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
