Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 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 Changed 9 years ago by guinness

  • Resolution set to Rejected
  • Status changed from new to closed

comment:2 Changed 9 years ago by guinness

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.

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.