RW_PUT
Example |
Purpose
Outputs the contents of a string directly to RealWeb's RWC.OUTBUFbuffer. This is the simplest, yet potentially the most powerful, of all the DataBasic subroutines. You can set String to any HTML string.
Syntax
RW_PUT(String)
Parameters
String String to be output to RWC.OUTBUF.