...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
cast | 1 | string | — | Data type to cast to. Possible types are listed above. Note that data can be lost when casting. |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
//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
...