Difference between revisions of "SHIP:Data Types:String"

From Serious Documentation
Jump to: navigation, search
(Created page with "== See Also == * SHIP Text Model Reference * SHIP Language Support * {{Node|string|string}} and {{Node|text|text}} nodes == Summar...")
 
(See Also)
Line 3: Line 3:
 
* SHIP [[SHIP:Language_Support|Language Support]]
 
* SHIP [[SHIP:Language_Support|Language Support]]
 
* {{Node|string|string}} and {{Node|text|text}} nodes
 
* {{Node|string|string}} and {{Node|text|text}} nodes
 +
* SHIP [[SHIP:Sail:Functions#String_Functions|Sail String Functions]]
 +
 
== Summary ==
 
== Summary ==
 
The {{DataType|String}} data type is a sequence of UTF8 characters terminated in an implicit end-of-string character.
 
The {{DataType|String}} data type is a sequence of UTF8 characters terminated in an implicit end-of-string character.

Revision as of 10:57, 1 April 2014

See Also

Summary

The String data type is a sequence of UTF8 characters terminated in an implicit end-of-string character.