HTBasic Help
×
Menu
Index

Printer Widget  - Append Text

 
The value of the APPEND TEXT attribute is the text that is appended to the text provided by the TEXT attribute. That is, APPEND TEXT is used to update the PRINTER widget with new lines of text.
 
If you execute a STATUS command using a string variable, the last line of the APPEND TEXT will be returned to that string variable. If you execute a STATUS command using a string array (with n elements) that has fewer elements than VALID LINES, the last n lines will be returned to that string array.