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)

Return Value

"" 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, 1996-2024 • Updated: 09/12/99
Comment or report problem with topic