AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de depuración
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
dbgStandardOutput (Function)
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.
Ejemplo
dbgStandardOutput("Operation successful")
Sintaxis
<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.
Componente: wd300vm.dll
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/03/2025

Señalar un error o enviar una sugerencia | Ayuda local