ListInstances
(Engine-Level Function)
Description: | Returns an array of all instances of a module. |
Warning: | This function should be used only by advanced programmers. |
Returns: | Object |
Usage: | Script Only. |
Function Groups: | Compilation and On-Line Modifications, Basic Module |
Related to: | FindVariable | CalledInstances | NumInstances | GetInstance |
Format: | ListInstances(Module) |
Parameters: |
Module |
Required. Any expression for the code value of the module. |
Comments: |
Returns Invalid if there are no instances. |