a="ok"
a+="(one)"
Print a
a$="ok"
a$+="(one)"
Print a$
Document b$
b$="1234"
Clear b$ ' use Clear to empty document
b$="ok"
b$="(one)"
Print b$