Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get Current Focus
#9
The trigger functions are now working, I was doing it all wrong. TYVM


I tried using GetListViewItemText command to get 3rd column value which is numeric. When I do an if statement, it doesnt seem to recognize it as numeric. Code below:

Code:
Copy      Help
str vCounter
GetListViewItemText(hlv -1 &vCounter 2 2)
if vCounter<5
    mes "5 or less"
else
    mes "5 or more"


What is it I'm doing wrong? I keep on getting "5 or more" even if its "2"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)