RW_DEFINITION_ITEM
Use of this RW_DLIST_ITEM for enhanced functionality.
subroutine is now deprecated - it can still be used, but for new developments it is recommended that you usePurpose
Adds a new term and its definition to a previously opened definition list. A definition list can be used to present a glossary, list of terms or other name/value list.
Syntax
RW_DEFINITION_ITEM(Item, Description)
Parameters
Item A string containing the term to be defined.
Description A string containing the definition of the term.
Dependencies
Requires a previous call to RW_START_DEFINITION.