Modify

#1152 closed Bug (No Bug)

Please fix my bug!

Reported by: LVAC Owned by:
Milestone: Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: Cc:

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.

Attachments (0)

Change History (1)

comment:1 by Valik, on Aug 29, 2009 at 3:07:29 PM

Resolution: No Bug
Status: newclosed

This is not a support forum. Read WikiStart sometime in the next 48 hours while you are banned from the forum for your flagrant misuse of the issue tracker.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.