Displays the pick list entries built by previous calls to PickListAdd. The PickListDisplay command returns the result in a ?variable sent to the command. If the desired entry is not among the displayed entries, users can enter their own data into an edit field at the bottom of the pick list. As the following line illustrates, you can turn off this feature by setting the noedit flag: PickListDisplay ?result "Please pick your user" noedit |