StandardInputStream.ReadLine

From Xojo Documentation

Method

StandardInputStream.ReadLine() As String

Supported for all project types and targets.

Reads from the input stream until the user presses the Return or Enter key. ReadLine does not include the Newline character as part of the returned String.

Example

Var s As String
s = StdIn.ReadLine