ReadString
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{FileMethod| file:readString() | Reads a string from the file. | {{NoParams}} | Returns a string if the file is ok. }} === Example === <pre> local value = file:readString() <...')
(Created page with '{{FileMethod| file:readString() | Reads a string from the file. | {{NoParams}} | Returns a string if the file is ok. }} === Example === <pre> local value = file:readString() <...')
Latest revision as of 18:55, 7 February 2010
|
file:readString() | ||
|
Reads a string from the file. | ||
| Parameter | Expected Type | Description |
| No parameters | ||
| Returns | ||
|
Returns a string if the file is ok. | ||
| DaisyMoon File Objects |
|---|
Example
local value = file:readString()