ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Console functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Reads a string in the standard input stream "stdin".
Note: When the function is called, the console waits for the user to type the text. When the user enters the '\n' character (using the Enter key), the string entered is returned by the function.
Example
ConsoleWrite("Veuillez renseigner votre prénom : ")

let sPrénom = ConsoleRead()
Syntax
<Result> = ConsoleRead()
<Result>: Character string
Characters entered on the standard input stream.
Remarks
Warning: under Windows, the generated executable must be in console mode to allow the user to enter text.
Component: wd300std.dll
Minimum version required
  • Version 24
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help