Tree View Values

Brian Milby brian at milby7.com
Wed Aug 29 16:58:30 EDT 2018


Here is another way to do it:

function getHilightedValue pTreeWidgetReference
   local tElement, tArray
   put the arrayData of pTreeWidgetReference into tArray
   put the hilitedElement of pTreeWidgetReference into tElement
   split tElement by comma
   return tArray[tElement]
end getHilightedValue



More information about the use-livecode mailing list