Method HttpResponse():Write() Foundation

Write an arbitrary value to the response.

Syntax
:Write(xVal [,xValN,...]) --> self
Return

SELF

Description

Writes the value in the <xValue> parameter to the http response as a character string. No carriage return/linefeed (CRLF) is appended to the string. If a value of a data type other than character is passed in :<xValue>, it is first transformed using the function Var2Char(). In addition, normalization of the character string according to HTML rules is done implicitly.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.