Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading Yahoo Chat Help
#4
I anticipated your next question.

Macro
Code:
Copy      Help
Htm el=htm("DIV" "" "" win("Instant Message" "YSearchMenuWndClass") 0 10000000 0x20)
str s=el.Text

lpstr s1 = s
str s2
int i

i=findcr(s1 ':')+2
if(i>=0) s2.get(s1 i)
,out s2
else
,out i

I have no Idea what I am doing so you might find a better way than I did it.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)