Advertising banner:

History
 
 File.Download
Home • Help • A0 • Customization Tools • FCAS • Language Reference • File.Download
 
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