Keyword
|
Description
|
Boolean values for use in logical expressions.
|
|
Specify that an entire section of script should be
commented out.
|
|
Abort the current case and continue a case into the next
case in a Select or Switch block.
|
|
Continue a While/Do/For loop.
|
|
Keyword value use in function call.
|
|
Declare a variable, a constant, or create an array.
|
|
Enumerates constants.
|
|
Terminates the script.
|
|
Terminate a While/Do/For loop.
|
|
Enumerates elements in an Object collection or an array
|
|
Defines a user-defined function that takes zero or more
arguments and optionally returns a result.
|
|
Defines a user-defined function that will be called when
the script exit.
|
|
Defines a user-defined function that will be called before
the script start.
|
|
Conditionally run a single statement.
|
|
Conditionally run statements.
|
|
Specifies that the current file may only be included once.
|
|
Includes a file in the current script.
|
|
Indicates that the AutoIt tray icon will not be shown when
the script starts.
|
|
Resize an existing array
|
|
Specifies that the current script requires full
administrator rights to run.
|
|
Conditionally run statements.
|
|
Conditionally run statements.
|
|
Used to reduce long references to object type variables
|
Home » Tự học AutoIT » Bài 12: Từ khóa trong Autoit
9 thg 1, 2014
Bài 12: Từ khóa trong Autoit
Dưới đây là danh sách từ khóa trong AutoIT
0 nhận xét