Check if module is added

It would be nice to have some method that returns the names of the attached modules.
Something like:

//Get the names of the attached modules from current solution (as strings in array)
var array = application.getModuleNames();

This would be great for:

  • calculating license codes
  • check if the module is availabe
  • show module names somewhere :wink:

Yes! Good idea!

  • check if the module is availabe

Ehm.. quoting myself here… :roll:
How to check if module is attached to solution?

You can check if a specific form is present.

Thanks Harjo, works great!