I have a form with an input box named "getlist" where 3,4,,5 is entered.
On the processing page I use:
<cfloop index="x" list="#getlist#>
<cfif isnumeric(x)>
do something...
</cfif>
</cfloop>
What value will X have when I hit the ,, ?
Thanks,
Mark Balderson
SSI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com