company logo

Application :: input - Get input from system input

The function gets a line from system input. The system input is, usually, the console command line. GUI applications may, however, assign a control to system input in order to process commands entered in the control.

Return value:  String value ( odaba::String & )

Implementation details

odaba::String Application  :: input (  )

The function requests input from the user. The function waits, until the user has entered the request and returns the request string to the application.