﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1070	Adlib Suggestion	ZNote		"
; 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].

====================================================
	"	Feature Request	closed		AutoIt		None	Rejected		
