Modify

#3193 closed Bug (Fixed)

.chm Array example wrong

Reported by: anonymous Owned by: Jpm
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 Jpm, on Jan 5, 2016 at 8:43:04 AM

Milestone: 3.3.15.1
Owner: set to Jpm
Resolution: Fixed
Status: newclosed

Fixed by revision [11632] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


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