appending text to a text area

BlitzMax Forums/BlitzMax Beginners Area/appending text to a text area

julianbury(Posted 2006) [#1]
Hello Coders :-)

How does one append to text in a text area?
I wish to accumulate visible results.
The only command I can see, that puts text in, is SetTextAreaText().
But this removes the text already presant before inserting the new.

Am I missing something?

Ah yes! AddTextAreaText().

Sorry to bothered you, chaps ;-)


Julian ((=)(=))

0OoO0OoO0OoO0OoO0


Perturbatio(Posted 2006) [#2]
take a look at the function parameters, there's a pos parameter.