Data type
String
access this type via:
data.String
(uses)
This is a container data type for strings, used for example when an array of strings needs to be input to or returned from a function.
Fields
char string[]
The string value.