Version =  plugin .version .get  (  Index  )  
                                
Description :

This instruction returns the version number for a currently-loaded plugin.

Parameters :

  • Index of the plugin. Valid in the range [1, number of plugins].

Return Value :

  • Version number of the plugin (if one was defined), NULL otherwise.

Examples :