[ Main Menu ] [ Extension Tools Menu ] [ Professional Edition Menu ]

<iHEAPDUMP> Tag


<iHEAPDUMP
HEAP="<local | error | hints | global>"
>

Using LOCAL as the heap, will dump all of the variables and their values that are currently defined and any other information. Using ERROR will list all the error codes in iHTML and what they mean. The HINTS is a list of all the error hints. The GLOBAL option will provide a listing of all defined global variables (created with iASSIGN) and their appropriate values.
UsageMainly use this tag to diagnose problems that you are experiencing and to get variable names for headers that are undefined.


iHEAPDUMP Example
Example Source Code
Top