Re: AutoIT GUI Designer, ...
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
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