...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
integer
Examples
Code Block | ||
---|---|---|
| ||
//Read example |
...
int $val; |
...
int $fileID; |
...
int $fileID = `fileOpen "C:/FileTesting.txt" "r"`; |
...
// Read the boolean value |
...
$val = `readInt $fileID`; |
...
...
fileClose $fileID; //make sure to close the file |
...
// Display the value |
...
print $val; |
Additional information
Related commands
...