On 01/10/2018 01:52 PM, Ali Lloyd via use-livecode wrote:
revIDEExtensions gives info on all the installed extensions, user or
otherwise (I guess it's the revIDE prefix that makes it sound like it
doesn't).

Yeah, I got thrown off by that and didn't dig down far enough to see the user extensions in the mix. So iterating through

put revIDEExtensions() into tArray
repeat for each element tExtension in tArray
  put tExtension["ide"] into tIsBuiltIn
  ...

will distinguish between built-in and user extensions?

--
 Mark Wieder
 ahsoftw...@gmail.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