Variables.Export



Export(bsFileName As String) As Long

Parameters

bsFileName As String
Filename (path) as string of the xml file to import.
ED
avaliable
RT
not used

Remarks

Export settings to a xml file

Sample


Private Sub zenOn_ExportImportSettings(ByRef zenOnObject As Object)



	'Export settings to an xml file

	zenOnObject.Export ("C:\zenOn_eXaMpLe.xml")



	'Import settings from an xml file

	zenOnObject.Import ("C:\zenOn_eXaMpLe.xml")



End Sub

See Also

Variables