Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== O4WListStart routine ====== ==== Description ==== Builds a sorted or unsorted list. ==== Syntax ==== O4WListStart(type, id, style) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |type|1 = sorted. 0 = unsorted.| |id|The name of the list.| |style|If <style> is specified, the style is applied to the image that is generated.\\ \\ Note that <style> can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions.|| ==== 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 ==== [[o4wlistitem|O4WListItem]], [[o4wlistend|O4WListEnd]] guides/o4w/o4w_api/o4wliststart.txt Last modified: 2024/06/19 20:19by 127.0.0.1