-
-
Notifications
You must be signed in to change notification settings - Fork 10
Extended Features
unknown6656 edited this page Mar 28, 2021
·
9 revisions
⮜ Usage | ⮨ Back to the Index | ➤ Extensibility
This article provides a general overview of features of the AutoIt-Interpreter which are not part of the official AutoIt standard. These features include:
[TODO : add anchor links to items above]
[TODO]
The Interpreter has a set of non-standard functions and APIs, which can be accessed using simple function calls. Refer to this article for an overview of all functions and their usage.
The following table contains an overview of all non-standard macros
Macro name | Description / Value |
---|---|
@ESC |
A string consisting only of the control character 0x1b (ESC ) |
@VTAB |
A string consisting only of the control character 0x0b (VT ) |
@NUL |
A string consisting only of the control character 0x00 (NUL ) |
@DATE |
The current localized date formatted as YYYY-MM-DD
|
@DATE_TIME |
The current localized date and time formatted as YYYY-MM-DD HH:MM:SS.FFFFFF
|
@E |
The constant value e = 2.7182818284590451 . |
@NL |
A platform-dependent string consisting of the either the characters 0x0d,0x0a (CR ,LF ) on Windows-like operating systems, or 0x0a (LF ) on Unix-like systems. |
@PHI |
The constant value φ = 1.618033988749894848204586834 . |
@PI |
The constant value π = 3.1415926535897931 . |
@TAU |
The constant value τ = 6.28318530717959 . |
[TODO]
Wiki Home | Repository Home | Releases | License | Issues | Pull Requests | Projects
|
|
Facebook |
YouTube |
unknown6656.com