Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (328 - 330 of 3897)

Ticket Resolution Summary Owner Reporter
#1143 No Bug Winamp cause script to fail anonymous
Description

My script is heavy on ControlSend items I noted today while Winamp video was playing my script started failing - File Names passed into Save window started receiving some garbadge characters. When I closed Winamp and re-run scipt again everything was working perfectly

P.S. Script does not use Winamp at all in any way

#1148 No Bug _ArraySort() Helpfile Typo anonymous
Description

Helpfile lists: $iDescending [optional] If set to 1, sort descendingly

Function tooltip has: $iDescending=0

Tooltip is correct I believe.

#1152 No Bug Please fix my bug! LVAC
Description

I wrote a code and a part of it like this: [code] $root=ProcessList() $enum=$root[0][0]-1 Global $pid[$enum+1] Global $pul[$enum+1] Global $pu[2] For $i=1 to $enum

$pid[$i]=$root[$i][1] $pn[$i]=$root[$i][0] $pu=ProcessGetStats($root[$i][1], 0)/1024 $pul[$i]=$pu[0]

Next code The error appeared in the For...Next loop.

Note: See TracQuery for help on using queries.