|
What happens? Do you get an error message, or
does it not do what you expected?
Karen R. Harker, MLS
UT Southwestern Medical Library 5323 Harry Hines Blvd. Dallas, TX 75390-9049 214-648-1698 http://www.swmed.edu/library/ >>> [EMAIL PROTECTED] 2/6/02 11:05:08 AM >>> Hi, I have a problem with the syntax below. This works: <cfif #LCase(ListGetAt(GetFontFamily.sti,1,'.'))# CONTAINS 'aachen' > ...code... <cfelse> ...code... </cfif> This does not: <cfif #LCase(ListGetAt(GetFontFamily.sti,1,'.'))# CONTAINS 'aachen' OR 'adelon'> ...code... <cfelse> . ..code... </cfif> ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org |
