> CF is beyond loosely typed. It's basically typeless.

actually, CF types the variables when the variables are being used.
allaire terms this "lazy evaluation". for example. if you ever try using
a string in a mathematical equation you will get an error message. when
you create a variable, cf doesn't really assign a type to it, but when
it evaulates the variables it checks the type. -emily
------------------------------------------------------------------------------
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