dirty 0 Posted April 22, 2011 How do i check if $var exist without predeclaring it in local or global ? If GUICtrlRead ($1) <=> 0 Then does not work because it searching for $1 which night not exist. Is there a better way to check for those ? Share this post Link to post Share on other sites
Jos 2,214 Posted April 22, 2011 Is there a better way to check for those ?Proper coding?-or- IsDeclared()Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
dirty 0 Posted April 22, 2011 Script is too confusing to me so am not sure. And thanks !!! Share this post Link to post Share on other sites