TLO:String

From the wonderful RedGuides Wiki

Access the string datatype

This TLO is added by MacroQuest

Forms

Type Member Description
string String[text] Access text as a string

Access to Types

Type Description
string A string is an array of characters. In MQ there is no single character datatype, so any variable or expression that contains text is considered a string.

Examples

${String[foo].Right[2]}

See also