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/
