|
|
|
|
|
dbgStandardOutput (Function) In french: dbgSortieStandard Writes information into the standard output stream "stdout" (also called "console"). Remarks:
dbgStandardOutput("Operation successful")
Syntax
<Result> = dbgStandardOutput(<Information>)
<Result>: Integer Size of information written. Remark: dbgStandardOutput automatically adds a CR character (Carriage Return) at the end of the string. 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|