Topic complex |
CGI functions |
Function |
cgiwrite() |
Short |
Sends a string to the standard output |
Syntax |
CGIWRITE(S : STRING) : INTEGER |
Parameter |
S : any string |
Return |
0, all right,
else error code |
See also: |
|
Description |
Transmits the parameter unchanged 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.
|