|
|
|
|
|
dbgStandardOutput (Function) Writes information into the standard output stream "stdout" (also called "console"). Remarks: In Linux, the information written with this function is directly displayed because the created executables are "console" executables. 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.
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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|