You will need to add a row to the array prior to sending it to the @choicelist.
You can do this in several ways 1. do a union select from the database. 2. do an @UNION of 2 array with on being the blank option 3. do an @ADDROWS to the array Ben Johansen -----Original Message----- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Sunday, October 17, 2004 12:09 PM To: [EMAIL PROTECTED] Subject: Witango-Talk: @Choicelist This is probably obvious, but it's not making sense to me right now: I create a drop-down menu from an array using @choicelist How to I introduce a list item that has <option value="">Any</> Do I have to add the row to the array first, or is there an option in the choicelist? ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
