Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#3080 closed Bug (Rejected)

ArraySwap: Parameters clarification

Reported by: c.haslam Owned by:
Milestone: Component: Documentation
Version: 3.3.14.0 Severity: None
Keywords: Cc:

Description

Existing:

$iStart [optional] Index in row/column to start swap (2D array only)
$iEnd [optional] Index in row/column to end swap (2D array only)

Suggested:

$iStart [optional] Index in column/row to start swap (2D array only)
$iEnd [optional] Index in column/row to end swap (2D array only)

Reason: clarification

Attachments (0)

Change History (2)

comment:1 by guinness, 11 years ago

Resolution: Rejected
Status: newclosed

comment:2 by guinness, 11 years ago

Instinctively one thinks geometrically: horizontal (X) axis and then vertical (Y) axis. This is not, however, the case with a 2D array, rows come first and then columns.

Source: http://stackoverflow.com/a/11641986

I am of the same opinion too. This is why I rejected the request.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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