08-25-2006, 10:40 PM
ok i get what ur saying but its not quite what i need... what i need is a macro that basically a macro that gets the window text and whenever the window text changes it adds 1. like for example:
int i
str a.getwintext(win(notepad))
if(WindowTextChanges)
,i+1
,if i=20
,,clo "NotePad"
or sumthing like that. i know the if(WindowTextChanges isnt real but i need sumthign to fill in for that. if you can help plz do.
int i
str a.getwintext(win(notepad))
if(WindowTextChanges)
,i+1
,if i=20
,,clo "NotePad"
or sumthing like that. i know the if(WindowTextChanges isnt real but i need sumthign to fill in for that. if you can help plz do.
