Add(MainForm,1,56,56) { Caption=Form } Add(For,2,189,140) { min=0 max=10 step=1 link(onFor,5:doMessage,[]) link(Max,3:Text,[]) } Add(Edit,3,189,91) { left=70 top=14 width=50 height=14 text=2 } Add(Button,4,140,140) { left=21 top=14 width=45 height=24 caption=Push data= link(onClick,2:doFor,[]) } Add(Message,5,238,140) { text= }