...
Return value
integer array
Examples
Code Block | ||
---|---|---|
| ||
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
...