> Also, does anyone know a similar way to see all var scoped
> variables? Dumping var doesn't work.
>  

You can't - however - if you need to, simply do:

<cfset var local = structNew()>

and place all your crap in local, then you can inspect it at will.


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to