In <011e01bfa4d8$c8ef9960$[EMAIL PROTECTED]>, Steve Reich 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> Say I set a cookie....
> 
> <cfcookie name="permissionid" value="10" expires="NEVER">
> 
> When I call the cookie, is the value a string or a number?

There is no string, there is no number, there is only variable.  This is 
the way, my son.

:)

Seriously-- typeless is typeless.  You could say that all variables in 
CF are strings.  Any numeric/date/etc function simply parses out the 
string into the value it wants.
------------------------------------------------------------------------------
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