07-11-2008, 10:32 PM
I anticipated your next question.
Macro
I have no Idea what I am doing so you might find a better way than I did it.
Macro
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.