Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths15%, 8%, 13%, 64%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

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

NameFlag argumentsArgument typeExclusive toComments
cast1stringData type to cast to. Possible types are listed above. Note that data can be lost when casting.

Return value

void

Examples

Code Block
languagetext
//Write example

...


boolean $val = true;

...


int $fileID;

...


int $fileID = `fileOpen "C:/FileTesting.txt" "w"`;

...



// Write the boolean value

...


writeBool $fileID $val;

...


fileClose $fileID;

Additional information

Related commands

...