I thought that people might appreciate this bit of knowledge since the List= button in the message editor doesn't really provide an example of how to use it. It also might be a good idea to go through this forum and sticky some of the "How To's" to the top of the page.
Creating an Ordered list
The second type of list, an ordered list, gives you control over what is output before each item. To create an ordered list you use [list=1][/list] to create a numbered list or alternatively [list=a][/list] for an alphabetical list. As with the unordered list, items are specified using [*]. For example:
[list=1]
[*]Go to the shops
[*]Buy a new computer
[*]Swear at computer when it crashes
[/list]
will generate the following:
1. Go to the shops
2. Buy a new computer
3. Swear at computer when it crashes
Whereas for an alphabetical list you would use:
[list=a]
[*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list]
giving
a. The first possible answer
b. The second possible answer
c. The third possible answer

