|
textbox #X.tmp, x, y, w, h newh$="#Win.rc"+str$(row)+str$(col) maphandle #X.tmp, newh$
MAPHANDLE #oldhandle, #newhandle MAPHANDLE #oldhandle, newhandle$
nomainwin textbox #t.txt, 20, 40, 260, 25 WindowWidth = 350 : WindowHeight = 190 open "Simple text box" for window as #t #t "trapclose [quit]" h$="#t.txt" #h$ "hello" new$="#t.txt2" maphandle #t.txt, #new$ #new$ "again" wait [quit] close #t end
|
#handlevariable$ "Command string"
MAPHANDLE #oldhandle, newhandle$