I see the Tree widget supports a hilitedElement property, which is useful for managing the selection in the UI.

Is there a one-liner for obtaining not the element path but the value?

It wouldn't kill me to extract the arrayData and turn a hilitedElement path like:

  level1,level2,level3,

...into a proper array notation to obtain the value at:

  tArray["level1"]["level2"]["level3"]

But it seems such a common need I'm guessing I'm overlooking a more direct way to do that.

TIA -

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
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