i want to do :
Code:
for i = 0 to 5
button #m.btn;i,str$(i),ul,btn,i*50,50,50,50
next i
wait
sub btn h$
b = val( right$( #h$ , len( #h$ ) - 5 )
notice "you pushed button " ; b
end sub
this kind of code i want to do whit all the GUI controls
in the IDE i want more than one texteditor-page
so i can load more codes at one time