Versions Compared

Key

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

...

Return value

integer array

Examples

Code Block
languagetext
int $idArray[] = `getFiles`;

...


int $count = `getCount $idArray`;

...


 

...

// Print out the number of open files

...


print ( "You have " + string( $count ) + " files open" );

Additional information

Related commands

...