David Jondreau Posted July 10, 2007 Posted July 10, 2007 Is there a function or some way for the calc engine to determine if a plugin is installed?
Adam Dempsey Posted July 11, 2007 Posted July 11, 2007 I normally use the plugin's version function and do something like If (length(CUSTOM_VERSION) > 1) Then //Plugin Installed Else //Plugin Not Installed End If
Recommended Posts
This topic is 6417 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now