> True. I just tend to do it to stay more consistent with data > types even though CF isn't a typed language. Plus, in case it > ever moves more towards a typed language, it helps me to be > that much closer to being ready. If nothing else, it makes me > feel like I'm a better coder :-)
I hate to be a killjoy, but doing that doesn't make anything more consistent, or more ready for CF becoming more strictly typed (G-d forbid that should ever happen - I might as well just use Java then!) Most languages that are more strictly typed do not use different comparison operators for different data types, generally. For example, (a == b) doesn't tell you whether a and b are strings or integers, just that whatever data type a is, b will also have to be (or at least, it will need to be implicitly cast to that data type if possible). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237638 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

