History |
Download (files)
Purpose
Downloads the currently open file.
Syntax
File.Download
Example
Dim MyFile as File
Dim DTA as String
DTA = "Item1" & fcCR & "Item2" & fcCr & "Item3"
MyFile.FileName = "Name for File"
MyFile.Data = DTA
MyFile.Download
MyFile.CloseFile
| ||