02-17-2011, 05:07 PM
well it was just a text in the dialog i just made it like this with two different static text
made it allot easier since i couldn't figure out how to make it work if static text says run 1 time so i just made 2 different static text for it
if s=0;_s="run 1 time";_s.setwintext(id(3 hDlg))
if s=0;_s="100";_s.setwintext(id(4 hDlg))
str a.getwintext(id(4 "Dialog2"))
rep
,if a=100
,,goto b
,,ret
,else , break
made it allot easier since i couldn't figure out how to make it work if static text says run 1 time so i just made 2 different static text for it