External Interfaces > RealWeb > RealWeb API > Debugging Routines > RWS_GET_BUF

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

RWS_GET_BUF (RealWeb) (rws_get_buf.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RWS_GET_BUF


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

RealityV15.0Comment on this topic