Alex Tweedly wrote:

>Is there some way or format to specify the array elements using the
>"path" of the keys, rather than each one at its own level) ?



If I understand correctly that you want then

-------------------------
put "style,hidden" into tPathToHidden
split tPathToHidden by comma

put "true" into tScriptA[i][tPathToHidden]
------------------------
lets you put the constant part of the path into a variable


I learned this from Mark Wieder

Kind regards
Bernd



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to