String

From AutoIt Wiki

Jump to: navigation, search
Alert.gif This article is a stub, please expand on it if you have knowledge on the subject.

String is variable type in AutoIt. String contain text.


Declaration

Declaration

[scope] $VariableName = [string]
scopeScope in which variable will be created - can be Local or Global
stringAn string which will be associated to variable


Limitations

Maximum string length: 2,147,483,647 characters

Personal tools