Opened 15 years ago

Last modified 15 years ago

#1070 closed Feature Request

Adlib Suggestion — at Initial Version

Reported by: ZNote Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

; Written By ZNote ( ZNOTE9 aT yAhoO dOt CoM )

====================================================

AdlibDisable()

How to disable all AdlibEnabled functions?

You can pass parameter "All" for AdlibDisable() Function, which
will disable all AdlibEnabled functions.

Ex: AdlibDisable("All")

====================================================

AdlibEnable()

If you have too many adlib functions to be enabled then
passing an array will make things easier.

Ex: AdlibEnable($array)

where "$array" is list of function names.

Also 2d array for passing parameters.

$array[$function_name][$paramter(s)_string(list)_with_delimiter(s)]

or

$array[$function_name][$time].

====================================================

Change History (0)

Note: See TracTickets for help on using tickets.