Jump to content

Help possible stupid question - _GUICtrlListView_GetItemText($hListView, _GUICtrlListView_GetSelectedIndices($hListView), 1)


 Share

Recommended Posts

If I put _GUICtrlListView_GetSelectedIndices($hListView) into a msg box it returns the selected row but for some reason the GetItemText is not working can somone pleae tell me where I am going wrong been trying to figure it out for an hour then decided would be best to take a lunch break and ask everyone ^_^

Im guessing im missing somthing silly and am thanking you in advance ;)

_GUICtrlListView_GetItemText($hListView, _GUICtrlListView_GetSelectedIndices($hListView), 1)

Link to comment
Share on other sites

Try reading the documentation on the return value/types:

_GUICtrlListView_GetItemText($hListView, Int(_GUICtrlListView_GetSelectedIndices($hListView)), 1)

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...