Topic complex |
CGI functions |
Function |
cgiwriteln() |
Short |
Outputs a string + <linefeed> to the standard output |
Syntax |
CGIWRITELN(S : STRING) : INTEGER |
Parameter |
S : any string |
Return |
0, all rigth
else error code |
See also: |
|
Description |
Outputs the parameter S added with CR/LF to the standard output.
If the CGI output buffering is active the output happens only, when the buffer is full or the program is terminated.
|