Modify ↓
#606 closed Bug (Works For Me)
Return value error in _GUICtrlListView_GetSelectedIndices
Reported by: | jlundqui | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.2.12.0 | Severity: | None |
Keywords: | listview, index, selected | Cc: |
Description
When the index of the selected listview item is 0, the string version of the return value is empty and the array version of the return value is single-element array with the first element indicating 0 indices selected.
Attachments (0)
Change History (2)
comment:1 follow-up: ↓ 2 Changed 16 years ago by Gary
- Resolution set to Works For Me
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 15 years ago by anonymous
I had the same BUg as jlundqui , it only appears when it should return one value not an array like this: _GUICtrlListView_GetSelectedIndices($hWnd) The Return value is defined as a String and cannot be used as a Number before formatting.
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.
This works for me: