...
boolean
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
int $fileID; |
...
// Obtain file ID earlier do some operation to the file |
...
// ... |
...
while( `isEndOfFile` == false ) |
...
{ |
...
// Read in something |
Code Block | ||
---|---|---|
| ||
} |
Additional information
Related commands
...