12-06-2006, 07:52 AM
ok here is what iv done with the code that you gave me
it works but the diff string has a blank line in it so when it outs whats in my box im reading. there is spaces in it, is there anyway to take out the blank line ? ......the blank line always seems to be the top line in the string
ClearOutput
str s sp diff
sp.getwintext(id(679 "RUN TIMER"))
out sp
rep
,s.getwintext(id(679 "RUN TIMER"))
,if(s.len>sp.len) diff.get(s sp.len)
,,out diff
,else diff=""
,sp=s
,1it works but the diff string has a blank line in it so when it outs whats in my box im reading. there is spaces in it, is there anyway to take out the blank line ? ......the blank line always seems to be the top line in the string
