TAILIEUCHUNG - AutoIT Help part 113

Tham khảo tài liệu 'autoit help part 113', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | MsgBox 4096 Array Contents output Function Reference AutoItSetOption Changes the operation of various AutoIt functions parameters. AutoItSetOption option param Parameters option The option to change. See Remarks. optional The value to assign to the option. The type and meaning vary by option. See remarks below. If the param is not provided then param the function just returns the value already assigned to the option. The keyword Default can be used for the parameter to reset the option to its default value. Return Value Returns the value of the previous setting for the option. Remarks You may use Opt as an alternative to AutoItSetOption . AutoIt will halt with an error message if the requested option is unknown. Options are as follows Option Param CaretCoordMode Sets the way coords are used in the caret functions either absolute coords or coords relative to the current active window 0 relative coords to the active window 1 absolute screen coordinates default 2 relative coords to the client area of the active window ExpandEnvStrings Changes how literal strings and symbols are interpreted. By default strings are treated literally this option allows you to use environment variables inside strings . The temp directory is temp . 1 expand environment variables similar to Autolt v2 0 do not expand environment variables default Without this option the usual way would be The temp directory is EnvGet temp ExpandV arStrings Changes how literal strings and variable macro and @ symbols are interpreted. By default strings are treated literally this option allows you to use variables and macros inside strings . The value of varl is var1 . 1 expand variables when in this mode and you want to use a literal or @ then double it up This is a single dollar sign . 0 do not expand variables default FtpBinaryMode Changes how FTP files are transferred. 1 Binary default 0 ASCII GUICloseOnESC When ESC is pressed on a GUI the GUI_EVENT_CLOSE message is sent. This option toggles this .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.