Difference between revisions of "ObjectType:unistring"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "== Description == {{ObjectType-Vitals|unistring|LavishScript|ObjectType:string|the stored text|none|no|const wchar_t *}} A unistring is a Unicode UTF-16 version of a ...")
 
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
  
 
== See Also ==
 
== See Also ==
* [[ObjectType:string|string]]
+
{{LavishScript:ObjectType}}
* [[LavishScript:Object Types|LavishScript Object Types]]
 
 
 
[[Category:LavishScript]]
 
[[Category:LavishScript Object Types]]
 

Latest revision as of 15:08, 8 July 2018

Description

Object Type Vitals
unistring
Defined By LavishScript
Inherits string
Reduces To the stored text
Variable Object Type none
Uses Sub-Types no
C/C++ Type const wchar_t *

A unistring is a Unicode UTF-16 version of a string. All string members and methods are inherited, so that a unistring may be used as a string.

Members

Methods

(none)

See Also

LavishScript Object Types