I've done this a hundred times, and yet I can't seem to remember 
how?

I have a series of columns in a record that may, or may not have 
the word VOICE in them. I need to find all the ones that do. I wrote 
a little loop like so...

<CFLOOP INDEX="num" FROM="0" TO="29">
        <cfif Left('a#num#',5) is 'VOICE'>
                <cfset voice1 = 'a#num#'>
        </cfif>
</cfloop>

But... this doesn't work. What am I doing wrong?

Marcus

PS... is there a way to lock a record in CF? ie, allow one user to 
have exclusive use of that record and no one else can touch it? 
Dr. Marcus Kiel
Director of Development
AdTel International
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to