fnDebug() fnDebug(...) SYNTAX fnDbugFileContents(FirstFile, [SecondFile], bShowInvisible) DESCRIPTION This function combines the functions fnDbugFileContents, fnDbugRecordset, fnDbugString, dbug, fnDbugFormContents, 'fnDbugQueryString' into one function EXAMPLE <%@ Language=VBScript %> <% Response.Buffer = true %> <% '-->-->-->-->-->-->-->-->--> fnDbugFileContents _ "c:\inetpub\wwwroot\testpages\testfnShowRecord.asp", _ "c:\inetpub\wwwroot\testpages\testfnDisplayRecordset.asp", '--<--<--<--<--<--<--<--<--< %> RESULTS [partial] [continued] PARAMETERS ooDebugObject {string, recordset, array..., Required} [sDebugType] {string, default="string"} This parameter specifies the type of object which is to be debugged: RECOGNISED VALUES, "string" The string is displayed on the Web page with whitespace encoded in HTML "recordset" The adoRecordset is displayed in a table format on the web page with Field names as column headings "form" The contents of the HTML form is displayed in a table format on the web page "query" The contents of the HTML query-string is displayed on the web page "array" The elements of the array (one or two dimensional) are displayed on the web page STATUS TO DO LAST MODIFIED 17 may 2000 PROGRAMMER Matthew Bishop Email: matth3wbishop@yahoo.com DEPENDENCIES fnErrorMessage [fnErrorMessage.asp] LOCATION http://www.geocities.com/matth3wbishop/eg/asp/ DOCUMENTATION http://www.geocities.com/matth3wbishop/eg/asp/ LANGUAGE Microsoft Jscript COMMENTS: Additional Example <%@ Language=VBScript %> <% Response.Buffer = true %> <% '-->-->-->-->-->-->-->-->--> fnDbugFileContents("c:\boot.ini", "c:\blah.txt", true) '--<--<--<--<--<--<--<--<--< %> RESULTS The contents of both files are displayed on the web page side by side and 'white space' characters are displayed as codes