Name =  plugin .name .get  (  Index  )  
                                
Description :

This instruction returns the name of a currently-loaded plugin.

Parameters :

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

Return Value :

  • Name of the plugin if it has been found, NULL otherwise.

Examples :