Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ListBox Question
#8
Macro
Code:
Copy      Help
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)
,,LB_SelectItem hlb i
,,break


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)