GAW_TYPE
|
Used for GetActiveWindow to set for active, or active child window.
|
INPUT_PASSWORD
|
Used to mask data entry in Input.
|
MF_RENAME
|
Set MoveFile to rename instead of physically move files.
|
APP_TITLE
|
Sets the application title of compiled macros.
|
MACRO_RESULT
|
Used to set/retrieve the result of a called macro.
|
WIN_USEHANDLE
|
Set to 1 to set all window functions to use/return window handles instead of window titles. Set to 0 to set back to window titles.
|
WIN_REGEX
|
Set to 1 to use regular expressions instead of plain text for window title matching in all window functions. Default is 0 (off).
|
WIN_SLEEP
|
Set to 1 to decrease CPU usage for (but slow down) WaitWindowOpen/Closed and OnEvent WINDOW_OPEN/NOTOPEN.
|
HTTP_TIMEOUT
|
Optional timeout value for HTTPRequest
|
HTTP_SSL
|
Specify whether to use SSL or not for HTTPRequest
|
STEP_DELAY
|
Sets a millisecond delay between each script line
|
CRYPT_LEVEL
|
Sets the encryption strength for Crypt command
|
GFL_TYPE
|
Set to 1 to make GetFileList return directories only
|
FIP_SCANPIXELS
|
Used to alter the number of random pixels FindImagePos scans
|
WLN_NOCRLF
|
Set to 1 to make WriteLn omit line break.
|
WLN_ENCODING
|
Set to UNICODE to make WriteLn output Unicode (anything else/default is ANSI)
|
|
|
CR
|
Carriage Return
|
LF
|
Line Feed
|
CRLF
|
Carriage Return, Line Feed Combination (to force a new line)
|
TAB
|
Tab character
|
SPACE
|
Space character
|
NULLCHAR
|
Null Character - Chr(0)
|
|
|
_DUMP_VARS
|
Set to 1 to dump all variable names and values to log file.
|
_WRITE_LOG_FILE
|
Set to 0 to temporarily disable logging. Set to 1 to enable.
|
|
|
VAREXPLICIT
|
Sets variable resolution method - see Using Variables.
|
IGNORESPACES
|
Set script to ignore leading and trailing spaces. See Using Variables.
|
IGNOREERRORS
|
Set to 1 to ignore script error messages. Does not apply to VBScript errors (use on error next etc for VBScript errors). Set back to 0 for default behaviour.
|
DISABLE_COMPLEX_EXPRESSIONS
|
Set to 1 to disable complex expressions. Complex expressions will be seen as literal strings/regular variables.
|
|
|
DECIMAL_SEPARATOR
|
Sets/retrieves the character used as the decimal separator in floating point/currency numbers. Default is "."
|
THOUSAND_SEPARATOR
|
Sets/retrieves the character used as the thousand separator in numbers. Default is ","
|