Name
Textview.Append -- append text to end of textview (V2.0)
Synopsis
moai.DoMethod(id, "Append", s$)
Function
Append the text in the string specified by s$ to the end of the textview.

On AmigaOS and compatibles this method requires MUI 4.0 or better.

Inputs
id
id of the textview object
s$
text to append

Show TOC