Method Write()
Syntax
:aprCGI:Write( cData ) --> nBytes
Parameters
|
|
cData |
Data to send to the User's Browser. |
Return
Number of Bytes sent to the Browser.
If no error occurred, the value of nBytes and Len(cData) should match.
Description
The Method :Write() sends information back to the User.
This is usually a Web Page that is then displayed in the User's Browser.
See Also:
:Read(), :SendFile(), :Redirect(), :Start()
![]() |