...
string array
Scroll pagebreak |
---|
Example
Code Block | ||
---|---|---|
| ||
// Print a namespace array returned by the getNamespaces command |
...
string$namespace[]=`getNamespaces`; |
...
print$namespace; |
Additional information
Related commands
...
...
string array
Scroll pagebreak |
---|
Code Block | ||
---|---|---|
| ||
// Print a namespace array returned by the getNamespaces command |
...
string$namespace[]=`getNamespaces`; |
...
print$namespace; |
...