Thursday, January 9, 2014

Bài 12: Từ khóa trong Autoit

Dưới đây là danh sách từ khóa trong AutoIT
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.
Loop based on an expression.
Enumerates constants.
Terminates the script.
Terminate a While/Do/For loop.
Loop based on an expression.
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.
Loop based on an expression.
Used to reduce long references to object type variables


No comments:

Post a Comment

Followers

Popular Posts