Table of Contents

O4WListEnd routine

Description

Ends an O4WList.

Syntax

O4WListEnd(id)

Parameters

The function has the following parameters:

ParameterDescription
idThe name of the list. Corresponds to the name of the list specified in the O4WListStart.

Remarks

Call O4WListStart to create a sorted (<type>=1) or unsorted (<type>=0) list. Call O4WListItem for each new item. Call O4WListEnd to finish the list.

See Also

O4WListStart, O4WListItem