Modify ↓
Opened 15 years ago
Closed 15 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)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.