NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
string

In NXC the string type is provided for easily defining and manipulating strings which consist of an array of byte with a 0 or null value at the end of the array.

You can write strings to the NXC mailboxes, to files, and to the LCD, for example. You can initialize string variables using constant strings. See String Constants for additional details.

string msg = "Testing";
string ff = "Fred Flintstone";