String
From AutoIt Wiki
String is variable type in AutoIt. String contain text.
Declaration
Declaration
[scope] $VariableName = [string]
| scope | Scope in which variable will be created - can be Local or Global |
| string | An string which will be associated to variable |
Limitations
Maximum string length: 2,147,483,647 characters