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

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.

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.