On Jan 18, 2007, at 12:29 PM, Bill Hernandez wrote:

if (whichChoice = "--") then -- If they select a divider line in the popup menu, ignore the request
      set validRequest to false

As I was reading through the message after I sent it I realized it had a small bug.

Should actually be :

if (whichChoice = "-") then -- If they select a divider line in the popup menu, ignore the request
      set validRequest to false


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to