﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
581	DeAssign() ??	anonymous		"need DeAssign() func.

{{{
Assign(""test"",21)
If IsDeclared(""test"") Then
	MsgBox(0,"""", ""$test IS declared""  )
Else
	MsgBox(0,"""", ""$test is NOT declared"") 
EndIf

}}}
 HOW to destroy variable ""test""?

{{{
Assign(""test"","""")     ;dont work
Assign(""test"",Chr(0)) ;dont work
}}}

or is there a way to do it?"	Feature Request	closed		AutoIt		None	Rejected		
