Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 3874)

Ticket
#113
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
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
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.

Note: See TracQuery for help on using queries.