====== O4WListEnd routine ====== ==== Description ==== Ends an O4WList. ==== Syntax ==== O4WListEnd(id) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |id|The name of the list. Corresponds to the name of the list specified in the O4WListStart.|| ==== Remarks ==== Call O4WListStart to create a sorted (=1) or unsorted (=0) list. Call O4WListItem for each new item. Call O4WListEnd to finish the list. ==== See Also ==== [[o4wliststart|O4WListStart]], [[o4wlistitem|O4WListItem]]