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 Auto IT » Bài 12: Từ khóa trong Autoit
Thursday, January 9, 2014
Bài 12: Từ khóa trong Autoit
Dưới đây là danh sách từ khóa trong AutoIT
Labels:
Tự học Auto IT
Subscribe to:
Post Comments (Atom)
Followers
Danh mục
Popular Posts
-
imacro + php to the keyword. The csv result.csv. seed keyword,"keyword",&start990,intitle:"keyword",inurl:...
-
Nếu như các script viết bằng AutoIt có thể hoạt động một cách hoàn toàn âm thầm, nghĩa là click và chạy mà người dùng ko biết j` (mở...
-
KHAI BÁO BIẾN Biến là một đại diện cho vùng địa chỉ nào đó trong bộ nhớ, mà ở đó dữ liệu được lưu trữ. Tuy nhiên ở đây ta không đề cập đến...
-
'------------------------------ Start Script ----------------------------------- URL GOTO= https :// www . google . com / accounts / Se...
-
Tương tự như các ngôn ngữ lập trình khác, AutoIt cũng hỗ trợ các toán tử như gán, tính số học , so sánh, và logic,... Dưới đây là danh sá...
-
Bắt đầu với IMacros iMacros được phân phối như một trình duyệt add-on cho Firefox, Chrome và Internet Explorer. Hai trong số các phiên bản t...
-
M ảng thực chất là một tập hợp các biến có cùng kiểu dữ liệu được gọi chung bằng một tên. Các biến trong một mảng thường được gọi ...
-
'------------------------------------ Start Script ----------------------------------- VERSION BUILD=7401110 RECORDER=FX TAB T=1 CMDLI...
-
Các loại vòng lặp trong AutoIt gồm có: For...Next While...WEnd Do...Until With...Endwith For...In...Next For...Next được sử dụn ...
-
Nhìn tổng quan về Autoit Cấu trúc file .au3 Một file script viết bằng AutoIt có định dạng .au3 File au3 này bao gồm các dòng lệnh, ví dụ ...
No comments:
Post a Comment