Page 1 of 1

How to get a list of variables in my PlugIn?

Posted: Mon Oct 26, 2015 1:16 pm
by InstallAware@Jelich.info
Hi Support Team,

I finished developing of my first PlugIn. Works very well. But one thing I'd like to add...

The "Check Process" script action for example provides a ComboBox to specify a variable name. This box contains a list of variable names already defined in the script.

How can I provide the same list of variables in my 'self-made Plug-In'?

Best regards
Michael

Re: How to get a list of variables in my PlugIn?

Posted: Tue Oct 27, 2015 1:04 pm
by bokkie
Michael,

I've asked the same question before as I also wanted to get a complete list of the defined variables. Unfortunately, it's not possible to pass them into the plugin or discover their names at runtime.