AnyToString (open)
Convert any type to a string for debugging
Syntax
// Core function, no LOADLIB necessary
STRING FUNCTION AnyToString(VARIANT data, STRING format)Parameters
VARIANT dataVariable to show (record, object, etc)
STRING formatOutput form (currently "boxed", "html", "csv", "tree", "htmltree" )
Return value
STRINGFormatted data