| Re: Command for adding punctuation to lists -- diane123 | |||
| Posted by Emmanuel ® , 12/14/2011, 12:36:12 | Reply | Top | Forum |
For example, to create a menu with n choices Pick List I would create a pick list that I would name menu and add the following pick list items:
menu =>{command}{choice 1 sequence}{NoSpacing}{PickList}menu{/PickList}
menu =>{command}{choice 2 sequence}{NoSpacing}{PickList}menu{/PickList}
menu =>{command}{choice 3 sequence}{NoSpacing}{PickList}menu{/PickList}
...
menu =>{command}{choice n sequence}{NoSpacing}{PickList}menu{/PickList}
Replace {Choice * sequence} by the commands and/or text that you want.
Then you need to add an entry in your glossary that will display the menu pick list in the advisory:
menu => {command}{PickList}menu{/PickList}
Basically, this is the entry with which you will start rolling the ball. :-)
The following post or threads give you other examples of Pick loops:
http://textware.com/board/itmainforum/posts/9372.html
http://textware.com/board/itmainforum/posts/9422.html
Kind regards,
Emmanuel
| Edit | Reply | Where? | | Original Message | Top | Current page | Author |
|