ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Console functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Reads a string in the standard input stream "stdin".
Remark: When the function is called, the console waits for the user to enter text. When the user enters the '\n' character (using the Enter key), the string entered is returned by the function.
Example
ConsoleWrite("Please enter your first name: ")
 
let sFirstName = ConsoleRead()
Syntax
<Result> = ConsoleRead()
<Result>: Character string
Characters entered on the standard input stream.
Remarks
Caution: On Windows, the executable generated must be in console mode to allow the user to enter text.
Component: wd290std.dll
Minimum version required
  • Version 24
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help