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