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.2 Online Documentation (MoTW) Revision 3
Text Structure (RealWeb) (routines.htm)
The routines in this category allow you to specify the structure of you HTML page, by creating paragraphs and divisions.
| RW_START_DIV | Starts a new division |
| RW_END_DIV | Ends a division. |
| RWS_DIV | Tags a string as a division. |
| RW_START_PARA | Starts a new paragraph. |
| RW_END_PARA | Ends a paragraph. |
| RWS_PARA | Tags a string as a paragraph. |