RWS_GET_BUF
| Example | 
Purpose
Retrieves the contents of the specified RealWeb buffer.
Syntax
RWS_GET_BUF(vString, BufferID)
Parameters
vString A string variable in which the contents of the specified buffer will be returned.
BufferID Specifies the required RealWeb output buffer as follows:
RWD_NORMAL or an empty string
                    
Retrieves RWC.OUTBUF.
RWD_HEAD
                    
Retrieves RWC.HEADBUF
RWD_JAVASCRIPT
                    
Retrieves RWC.JSBUF
RWD_ERROR
                    
Retrieves RWC.ERRORBUF
 Related Topics
Related Topics