Variables different based on display mechanism
I have a situation where I am creating variables using scopes:
- arguments
- normal named integers
When I run this code ...
day in=[#day_in#]
<cflog text="in calendar function [#arguments.x#][#day_in#] [#day_out#]">
din[#day_in#]
I get the values of 0 for all vars on my screen and the "correct" value (48000) in the cfadmin application.log file
I am beginning to suspect that CFBuilder is corrupting my source file?
Never seen this before.
