![]() ![]() ![]() |
void CCFXRequest::Write(LPCSTR lpszOutput)
Writes text output back to the user.
Text to output.
The following example creates a buffer to hold an output string, fills the buffer with data, and then writes the output back to the user:
CHAR buffOutput[1024] ; wsprintf( buffOutput, "The destination is: %s", pRequest->GetAttribute("DESTINATION") ) ; pRequest->Write( buffOutput ) ;
![]() ![]() ![]() |
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.