DumpValue (open)
Print any type to an output for debugging
Syntax
// Core function, no LOADLIB necessary
MACRO DumpValue(VARIANT data, VARIANT options)Parameters
VARIANT dataVariable to show (record, object, etc)
VARIANT optionsOutput form (currently "boxed", "html", "csv", "tree", "tree:", "htmltree", "htmltree:"), or record with options
INTEGER callerlevelHow far to look back in the stacktrace to get linenumber information
STRING formatFormatting to use ("boxed", "html", "csv", "tree", "tree:", "htmltree", "htmltree:")
STRING nameFunction name to use in header. Set to empty string for no header
INTEGER outputidOutput device to write the data to, eg 2 for stderr