5
String Functions
A string is a specialized one-dimensional array whose elements are characters.
The string functions listed in this topic are patterned after functions of the same name in the C run-time library. Strings can be compared, taken apart, or concatenated.
Return to top