Method

Input


Description

Retrieves a line from the terminal in console applications.

Usage

result = Input

Part

Type

Description

result

String

The line retrieved from the terminal. Input does not return the Newline character as part of result.

Notes

Input is equivalent to a call to the ReadLine method of the StandardInputStream class.

Sample code

Var s As String
s = Input

Compatibility

All project types on all supported operating systems.