HTBasic Help
×
Menu
Index

ENTER CRT

 
ENTER CRT enters information from the CRT screen just as if it had been sent to the computer from some external device. The present print position is the source of the data and is updated as data is entered. Trailing spaces on a line are ignored. The last character on the line is a line-feed (LF) with an EOI signal.
 
PRINT TABXY(1,1);"HELLO!";TABXY(1,1);
ENTER CRT;A$
 
The string variable A$ is assigned "HELLO!"