WriteWideString

From OxeyeWiki

(Difference between revisions)
Jump to: navigation, search
Jeb (Talk | contribs)
(Created page with '{{FileMethod| file:writeWideString(value) | Writes a WChar string to the file. | {{MethodParam|value|A WChar object|The value to be written.}} | Returns nothing. }} === Example =...')

Latest revision as of 18:50, 7 February 2010

file:writeWideString(value)

Writes a WChar string to the file.

Parameter Expected Type Description
value A WChar object The value to be written.
Returns

Returns nothing.

DaisyMoon File Objects

Example

   local unicodeName = WChar(player.name)
   file:writeWideString(unicodeName)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox