WriteInt
From OxeyeWiki
(Difference between revisions)
(Created page with '{{FileMethod| file:writeInte(value) | Writes an integer to the file. | {{MethodParam|value|An integer|The value to be written.}} | Returns nothing. }} === Example === <pre> fi...') |
m |
||
Line 1: | Line 1: | ||
{{FileMethod| | {{FileMethod| | ||
- | file: | + | file:writeInt(value) |
| | | | ||
Writes an integer to the file. | Writes an integer to the file. |
Latest revision as of 18:49, 7 February 2010
file:writeInt(value) | ||
Writes an integer to the file. | ||
Parameter | Expected Type | Description |
value | An integer | The value to be written. |
Returns | ||
Returns nothing. |
DaisyMoon File Objects |
---|
Example
file:writeInt(score)