Lists
all the open PARA modules. The function is obsolete as of |
Synopsis
dyn_string getParaNames(); |
Parameters
Parameters |
Description |
none |
- |
Return value
List of open PARA modules. |
Errors
Description
Returns the names of all the open PARA modules in a dyn_string . |
Example
main() |
{ |
.... |
dyn_string names; |
names=getParaNames(); |
for(i=0;1<dynlen(names);i++) |
.... |
... |
} |
Member of
Management of managers |
Availability
UI |
See also
V 3.11 SP1
Copyright