xHarbour Reference Documentation > Function Reference |
Converts a value to a character string holding human readable text.
HB_DumpVar( <xValue> ) --> cText
The function returns a character string containing the passed value as a human readable text.
Function HB_DumpVar() accepts a value of any data type and returns a character string holding a human readable text. This is especially useful for getting data of complex data types, such as Array, Hash and Object, and writing it to a log file. HB_DumpVar() is a plain debugging function.
See also: | CStr(), HB_Serialize(), ValToPrg(), ValToPrgExp() |
Category: | Debug functions , xHarbour extensions |
Source: | rtl\dumpvar.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com