Tree Widget: hilitedValue?

Richard Gaskin ambassador at fourthworld.com
Sun Jul 10 16:33:15 EDT 2022


Brian Milby wrote:

 > You could also turn the path into an array (but lose the error
 > checking above):
 >
 > function getValue pArray, pPath
 >   split pPath by comma
 >   return pArray[pPath]
 > end getValue

Thanks, Brian. I keep forgetting we can use an array as an element 
specifier.

Has that been around the whole time, or was it added in recent years?

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



More information about the use-livecode mailing list