| Description |
ASP var_dump() is a useful tool for debugging arrays, Scriptiong.Dictionaries, and recordsets. The use is simple, just include the .asp file and call the function var_dump(obj) where object can be string, integerm double, array, Dictionary, recordset, etc. The output will be a visual heirarchy of the obj passed in. Very useful for arrays of arrays of arrays (ad nauseum). |