The values I am checking are int Datatypes,

this is exactly what I'm doing

<CFIF checkDay EQ day(q_createRecordSet.dt)>
        <CFIF q_createRecordSet.INFLOW NEQ "">
        
                <CFSET mnInf=rtrim(q_createRecordSet.INFLOW)>
                <CFSET mnInfDt=q_createRecordSet.dt>
                <CFIF rtrim(q_createRecordSet.INFLOW) LT mnInf>
                        <CFSET mnInf=q_createRecordSet.INFLOW>
                        <CFSET mnInfDt=q_createRecordSet.dt>
                </CFIF>
        </CFIF>
</CFIF>


-----Original Message-----
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 30, 2001 4:54 PM
To: CF-Talk
Subject: Re: LT Function


oi John!!

are  you  sure that your values are as you expect them? We use LT for many
situations
and have run into no problems.


-- 
Critter, MMCP
Certified ColdFusion Developer

Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">


-------------------------------------
Tuesday, October 30, 2001, 11:34:58 AM, you wrote:

JM> Has anyone noticed that the LT function seems to not work sometimes in
cf
JM> 5.0

JM> I'm checking values coming from a query and doing a certain procedure if
JM> true compared to a given value,

JM> and guess what its not working.

JM> Anyone had this problem?

JM> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to