Saves the contents of the object in a file with the name of the FileName property. | |
Syntax: | object.Save |
Description: | Saves the contents of the object in a file with
the name in the FileName
property. Example: Sub Save_Example() Dim oLangMap As
CIMLangMapper.CIMLangMap Dim oLang As
CIMLangMapper.CIMLanguage Set oLangMap =
CreateObject("CIMLangMapper.CIMLangMap") oLangMap.Load
"c:\trans.clm" Set oLang =
oLangMap.AddLanguage("JPN", 1041) oLangMap.Save End Sub |
See Also: | FileName |