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 [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
