wwScriptingResponse::Write

The core Write method for the Response object. Use this method to write output from within a script block.

Example:

foxpro
foxpro
<% lcOutput = "" for x = 1 to 5 lcOutput = lcOutput + TRANS(x) + "<br>" endfor Response.Write(lcOutput) %>
o.Write(lvExpression)

Parameters

lvExpression

See also

Class wwScriptingResponse

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic