12-12-2004, 09:34 AM
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:
What is it I'm doing wrong? I keep on getting "5 or more" even if its "2"
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:
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"
