> For example I have a <CFIF> statement that looks like this:
> 
> <CFIF #VARIABLE# IS 1 OR #VARIABLE# IS 2 OR #VARIABLE# IS 3 ETC.......>
> 
> could I do something like:
> 
> <CFIF #VARIABLE# IS 1-9>

No. But you could do this:

<cfif ListFind("1,2,3,4,5,6,7,8,9",VariableName)>
  found it!
</cfif>

(ps. You don't need those hash marks in your cfif statements)

Ron Allen Hornbaker 
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com



~~~~~~~~~~~~~ Paid Sponsorship ~~~~~~~~~~~~~
Get Your Own Dedicated Win2K Server!      Instant Activation for $99/month w/Free 
Setup from SoloServer      PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support     
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to