iOS Question FTP

omoba

Active Member
Licensed User
Longtime User
Hi, Pls what is wrong with this line of code

FTP.DownloadFile("/app/" & FileName & ".xls", False, File.DirDocuments, & FileName & ".xls")

Where FileName is a generated String



Error gotten when trying to build the app

Parsing code. 0.02
Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 77
FTP.DownloadFile("/app/" & FileName & ".xls", False, File.DirDocuments, & FileName & ".xls")
Word: ,
 
Top