External Interfaces > RealWeb > RealWeb API > Text and HTML Insertion > RW_INSERT_ITEM

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.

RealityV15.1Online Documentation (MoTW) Revision 7

RW_INSERT_ITEM (RealWeb) (rw_insert_item.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_INSERT_ITEM


Purpose

Opens a Reality file and reads the specified item. Converts attribute marks to linefeeds, then outputs to the RealWeb buffer specified in the Control parameter.

 Syntax

RW_INSERT_ITEM(Filename, Itemid, Control)

Parameters

Filename Name of the Reality file to be opened.

Itemid Item id of the item to be read.

Control Specifies the RealWeb output buffer as follows:

RWD_NORMAL or an empty string
Output to RWC.OUTBUF

RWD_HEAD
Output to RWC.HEADBUF

RWD_JAVASCRIPT
Output to RWC.JSBUF

RWD_ERROR
Output to RWC.ERRORBUF

RealityV15.1 (MoTW) Revision 7Comment on this topic