AppendData
AppendData

Adds the given text to the log file.

bSuccess = myDebug.AppendData( Data )

Return value
TRUE if the information was added successfully, otherwise false.

Parameters
  • Data
    The text / number to add to the log file. This can include escape characters, such as \n etc.
Comments

Calling this function will not automatically save the log file. You must call SaveData later.

See also
Debug:SetOutFile
Debug:GetOutFile
Debug:RecordAll
Debug:ObjectInfo
Debug:GlobalsInfo
Debug:SaveData
Debug:Clear
Debug:SetAutoLog



JAM © 2005 no one in partiular
Project started by David Evans in 2005