|
|
|
|
|
dbgWriteCommentAudit (Function) In french: dbgEcritCommentaireAudit Writes a comment into the current dynamic audit. dbgWriteCommentAudit has no effect if the audit is not enabled. // Enables the dynamic audit dbgEnableAudit() Â // Writes a comment to remind that if the fDelete function generates an error, // it does not matter dbgWriteCommentAudit("The call to fDelete can generate an error " + ... Â "when the file does not exist; this error can be ignored.") fDelete("dontexist.txt") Syntax
dbgWriteCommentAudit(<Comment>)
<Comment>: Character string Comment that must be written into the audit file.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|