Bugger. I keep getting caught by that one. It tripped me up this time because I'm tweaking someone else's code whom, I have now discovered, doesn't wrap everything inside CFOUTPUT, as I do.
Yep, that's the answer. Ta. > It will. You have no <cfoutput> > > -----Original Message----- > From: Andrew Dickinson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 30 July 2003 10:16 AM > To: CFAussie Mailing List > Subject: [cfaussie] Looping A-Z > > > This should be a really easy one > > How to show a menu listing A-Z ? > > I'm trying > > <select size="1" name="TheInitial"> > <cfloop INDEX=X FROM=65 TO=90> > <CFSET TheInit = Chr(X)> > <option value="#X#">#TheInit#</option> > </cfloop> > </select> > > but it produces a menu of 26 #TheInit#'s. > > What am I missing ? > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
