Tree View Values

Bob Sneidar bobsneidar at iotecdigital.com
Thu Aug 30 10:41:23 EDT 2018


Oh there you go! That works.

Bob S


> On Aug 29, 2018, at 13:58 , Brian Milby via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> 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