Update to DumpF

A while ago I released a tag called DumpF. The idea was to create a wrapper for the cfdump tag so you could filter the output. It allowed you to show only the top X rows of a query or an array for example. I've updated the tag to mimic Bluedragon's cfdump tag. If you do not pass a var to dumpf, it will now dump all scopes. You can download the tag here. As always, any suggestions are welcome.

Archived Comments

Comment 1 by Matt Liotta posted on 2/27/2004 at 8:38 PM

I suggest you submit it to OpenXCF.

Comment 2 by Robert Xeno posted on 8/17/2005 at 10:22 PM

Cool dump how can we control the font size with this ? Thanks

Comment 3 by Raymond Camden posted on 8/18/2005 at 3:03 AM

My tag just calls cfdump, so I can't control the font. FYI Robert, my tag was made before CFMX7, which added simular functionality. So if you have MX7, use the native TOP functionality.