String

Revision as of 20:40, 9 December 2008 by James4l (talk | contribs) (New page: A '''string''' is a datatype that signifies an ordered sequence of characters. For example, "23958a23b" is a string. Note that "222" is not equal to the number 222. A special s...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A string is a datatype that signifies an ordered sequence of characters.

For example, "23958a23b" is a string.

Note that "222" is not equal to the number 222.

A special string function is concatenation.

Concatenate: "222"+"123"="222123"

This article is a stub. Help us out by expanding it.