Modify

Opened 10 years ago

Closed 10 years ago

#3193 closed Bug (Fixed)

.chm Array example wrong

Reported by: anonymous Owned by: J-Paul Mesnage
Milestone: 3.3.15.1 Component: Documentation
Version: 3.3.14.2 Severity: None
Keywords: Cc:

Description

Wrong code example:
http://i.hizliresim.com/MLLEMQ.png

Correct code:

For $i = 0 To UBound($aArray) - 1
    ConsoleWrite($aArray[$i] & @CRLF)
Next

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 10 years ago

Milestone: 3.3.15.1
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [11632] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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