Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths8%, 92%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

integer

Examples

Code Block
languagetext
//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

...