Prints the given line to the specified response object.
Syntax
println( response )
response.println( )
println( response , string )
response.println( string )
Parameters
response
|
the response object to use.
|
string
|
the line to output.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response( ).println( msg )
|