Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ListBox Question
#6
Macro
Code:
Copy      Help
;find listbox item containing "(offline)"
int hlb=id(3 win("Call Center" "#32770"))
int i n=LB_GetCount(hlb)
for i 0 n
,str s
,LB_GetItemText hlb i s
,;out s
,if(find(s "(offline)" 0 1)>=0) goto g1
ret
;g1
;here the macro continues
out i
out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)