Small company logo:
   History
 
Advertising banner:
 
 File.Download
Home • Help • Customization Tools • FCAS • Language Reference • File.Download
 
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