getVisionNames()
Outputs all the open Vision modules.
Synopsis
dyn_string getVisionNames();
Parameters
| Parameter | Description | 
|---|---|
| none | - | 
Return Value
The function returns the names of the modules or an empty string.
Description
Returns the names of all the open Vision modules in a dyn_string.
This function does not return childpanels, refer to the panel property "childPanels" for this.
                
                Example
            
main()
{
  DebugN(getVisionNames()); // output
}
        