Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return value

string array

Examples

Code Block
languagetext
//get the view types in use into an array

...


string $vt[] = `getViewTypes`;

...


 

...

//print array to the log

...


print $vt;

Additional information

Related commands

...