For what it's worth, the following does evaluate properly on CFMX...

<cfset group_id = "33">
<cfset lot_id = "33D">
   <cfif Hash(lot_id) EQ Hash(group_id)>
       The same
   <CFELSE>
       These ID's are different!
   </cfif>

Jeff

----- Original Message ----- 
From: "Chad Gray" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 2:20 PM
Subject: RE: 33 and 33d the same?


MX PRO

'The Same'

Umm is this a Java variable suffix thing?  If memory serves you can
scope a var at INT, DOUBLE, etc...  I.E. 33D would be scoped as a
DOUBLE.



______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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