...
Return value
string array
Examples
Code Block | ||
---|---|---|
| ||
//get the view types in use into an array |
...
string $vt[] = `getViewTypes`; |
...
...
//print array to the log |
...
print $vt; |
Additional information
Related commands
...
...
string array
Code Block | ||
---|---|---|
| ||
//get the view types in use into an array |
...
string $vt[] = `getViewTypes`; |
...
...
//print array to the log |
...
print $vt; |
...