|
|
|
|
|
dbgWriteCommentAudit (Function) In french: dbgEcritCommentaireAudit Writes a comment into the current dynamic audit. dbgWriteCommentAudit has no effect if the audit is not enabled. Remark: Dynamic auditing can be enabled using the dbgEnableAudit function.
dbgEnableAudit()
dbgWriteCommentAudit("L'appel à fSupprime peut générer une erreur " + ...
"quand le fichier n'existe pas. Cette erreur est sans intérêt.")
fDelete("existepas.txt")
Syntax
dbgWriteCommentAudit(<Comment>)
<Comment>: Character string Comment that must be written into the audit file.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|