Fred is thinking about the #handleVariable concept.
Code: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