String

From QuestWiki
Jump to: navigation, search

A string is a piece of text (string literal), a string variable is variable that holds text.

myStingVar = "World"

Strings can be added together in any combination of string literal (enclosed in quotes) or variables.

myNewStringVar = "Hello " + myStringVar

They can also be used to show messages to the user with the msg command.

msg (myNewStringVar)

Also see String Functions

Personal tools
Namespaces
Variants
Actions
Navigation
Quest Documentation
Toolbox