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 / Debug functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
dbgStandardOutput (Function)
In french: dbgSortieStandard
Writes information into the standard output stream "stdout" (also called "console").
Remarks:
  • Linux In Linux, the information written with this function is directly displayed because the created executables are "console" executables.
  • Windows Under Windows, executables are not "console" executables: information written with this function is not directly displayed. However, if the standard output is redirected to a file (via "> FileOutput.txt", for example), the written information is available.
PHP In this version, this function can only be used to return a specific string in the browser.
Example
dbgStandardOutput("Opération réussie")
Syntax
<Result> = dbgStandardOutput(<Information>)
<Result>: Integer
Size of information written.
Note: The dbgStandardOutput function automatically adds a RC (carriage return) at the end of the chain.. Therefore, the final size is greater than the size of the information (by 1 or 2 characters).
<Information>: Character string
Information that will be written into the standard output stream.
Component: wd300vm.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help