Re: AutoIT GUI Designer, ...
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
author: Colin Bakewell script: AGD_V01.au3 link: http://www.autoitscript.com/forum/index.php?showtopic=36756 --- In [email protected], "valery_vi" <shehrer1@...> wrote: > > Hi, > > colba from AutoItScript forum wrote: > "..The attached script is a GUI designer...." > > > There is one bug (line 45): > > while $mar[2] = 1 > > working line is the following: > > while IsArray($mar) and $mar[2] = 1 > > Valery >