Modify ↓
Opened 17 years ago
Closed 17 years ago
#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)
Note:
See TracTickets
for help on using tickets.

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.