Custom Query
Results (112 - 114 of 3870)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#113 | No Bug | _ArrayDelete(StringSplit,..) | anonymous | |
Description |
Compiler issue: StringSplit returns an array, but _ArrayDelete does not recognize it. $aStack = _ArrayDelete(StringSplit(StringMid($sStack,2),$sDelim,1),0) PS. Probably applies to other _Array functions also. |
|||
#114 | Rejected | Add Optional parameter to WinList - [, WinState] | MsCreatoR | |
Description |
Add Optional parameter to WinList - [, WinState], so the returned array will include windows title/handle only with certain state (Hidden/Visible/Minimized/Maximized etc.). For now, we need to loop thru array, and use two more functions to filter the state (BitAND() + WinGetState()). Thanks. |
|||
#115 | Completed | Document Aut2Exe's /bin parameter | Jpm | Valik |
Description |
One of us needs to document the /bin parameter and make sure it's fully implemented. I believe Jos mentioned it doesn't play nice with paths with spaces, probably because it started out as a quick hack. |