01-07-2009, 05:00 PM
thats so simple and efective idk why i couldnt figure it out like that last time i tried. anyways im finished thx vig and gint!
Function Function5
Function Function5
str s.getwintext(id(12 win("Customer Controlls" "#32770")))
str s6="john doe"
str s7="*"
s6+s7
s6-s7
ARRAY(str) a=s
int i
for i 0 a.len
,if matchw(a[i] s6)
,,out a[i]
,,goto next
;next
str d.all(256 0 0)
d.set(1 0 33); d[160]=1
d[34]=1; d['<']=1; d['>']=1
lpstr s1 s2 s3
int i1
int nt = tok(a[i] s1 4 "()" 8 s3)
for(i1 1 nt 0)
,str s5=s2
,s5.findreplace(")" "" 2 " .")
,s5.findreplace("(" "" 2 " .")
,s5.findreplace("," "" 4 " .")
,s5.trim
,out s5
,end