Mark Wieder wrote:

Here's what I do:

local tText, tData
put the clicktext into tText
if the version > 7 then
   put ideDocsFetchLCSData(tText) into tData
   if tData is not empty then
      revIDEGoToLCSDictionaryEntry tText, tData[1]["type"]
   end if
else
   revDocumentationGo tText
end if

Nicely done - thanks Mark, Monte.

I discovered the ideDocsFetchLCSData function earlier today while poking around. I like the array structure, very handy if you need that sort of info.

--
 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