HTBasic Help
×
Menu
Index

String and Buffer I/O

 
HTBasic supports I/O to buffers, strings, and a special interface called the "Processor Interface." The OUTPUT and ENTER statements can be used to write or read data to or from a string. This capability is convenient when you wish to capture the output for further manipulation, or when converting between different formats.