Previous Topic: Declare TypesNext Topic: Declare Functions


Character Strings

A character string is a sequence of alphanumeric characters that must be on one line in the program and enclosed by quotation marks (" ").

Note: To write a quotation mark in the string, use two quotation marks.

Example: Character strings

MyString="This is a character string."
MyString="Press the ""Enter"" key."