CFML bugs
Val() function in CFML puts uncompacted value upto
999999999999
==========
CF custom page
if you didn’t declare a var in a page & u call.. a custom page
inside that custom page you say
Caller.varname
[but that “varname” ins’t defined in the parent]
this is valid… & the advantage is that u can access that in the parent page [calling page] as
Variables.varname
even though that “varname” is not declared inside the parent page.
_____
CAPital