Adds a translation to the TRADOS translation memory.

Syntax:

Add( SourceText As String, TargetText As String )
Parameters: SourceText Source text to be added.
TargetText Target text to be added.

Example:
Dim TRADOSTM As TRADOSTranslationMemory

If (Application.TRADOSTranslationMemory.Count > 0) Then
	Set TRADOSTM = Application.TRADOSTranslationMemory.Item(1)
	TRADOSTM.Add("Source Text", "Target Text")
End If

See also:

Class TRADOSTranslationMemory


Last Updated: 03/11/04