wwResponse::WriteLn
Writes output to the HTTP output stream with trailing carriage returns. This is identical to:
Response.Write(tcText + CRLF)
but is easier to type and read. Use this for convenience, but keep in mind there's a little overhead in WriteLn since it calls back onto the Write() method to actually dump to the HTTP stream.
o.WriteLn(lcText,llNoOutput)
"" or output string if llNoOutput is set.
Parameters
lcText
The text to output
llNoOutput
If .T. the string is returned back and no output is written into the HTTP stream.
See also
Class wwResponse© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic