SystemClass :: Input - Get user input data
The function is called in order to request user input from console or input area. The function reads the current data from the input area and returns is to the caller. The type of input area depends on the context set as system context (odaba::Application::context() or ::SetApplicationContext())
// C++
Input(result_string);
// OSI
result_string = Input();
Notes:
Calling the function from within C++ programms, the string area has to be passed as parameter. In OSI, no parameter is required.
Return value: String object ( NString & )