dumpvar_ext [function]
dumpvar_ext( var, int depth = 5 )
similar to printvar_ext() but returns the dump instead of printing it
- this function is equivalent to sgs_DumpVar in the C API
sys_msg( SGS_INFO, "Extended variable info:\n" $ dumpvar(data) );
sys_msg( SGS_INFO, "Extended variable info:\n" $ dumpvar(data) );