Modify ↓
#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
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.
Note: See
TracTickets for help on using
tickets.
Source: http://stackoverflow.com/a/11641986
I am of the same opinion too. This is why I rejected the request.