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
Writes a character string in the standard output stream "stdout" (also called "console").
Example
ConsoleWrite("Successful operation")
Syntax
ConsoleWrite(<Message>)
<Message>: Character string
String to write on the standard output.
Remarks
Caution: on Windows, the generated executable must be in console mode in order to see the written string.
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