Name
GetConsoleStr -- read string from console (V10.0)
Synopsis
s$ = GetConsoleStr()
Library
console

Platforms
Linux, macOS, Windows

Function
This function reads all characters from the current cursor position to the end of the line and returns them as a string.

You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.

Inputs
none

Results
s$
string read from console

Show TOC