I have a Button (Button1) and a Label (Label1) on an Android Screen/Form.
Just to see is B4A works with VERY VERY minor modification, I have added a couple of lines of code
Sub Button1_Click
Label1.text = "Button1 Clicked" <<<<<<<<<<<<<<<<<<<<<<<<<<< THIS IS AN ERROR
FTP.DownloadFile("_ABC/Updates/FTPResult.test", False, File.DirRootExternal, "PRESTATUTI.txt")
Label1.text = "download complete" <<<<<<<<<<<<<<<<<<<<<<<<<<< THIS IS AN ERROR
End Sub
Doesn't like it
Can someone tell me why please ?
Just to see is B4A works with VERY VERY minor modification, I have added a couple of lines of code
Sub Button1_Click
Label1.text = "Button1 Clicked" <<<<<<<<<<<<<<<<<<<<<<<<<<< THIS IS AN ERROR
FTP.DownloadFile("_ABC/Updates/FTPResult.test", False, File.DirRootExternal, "PRESTATUTI.txt")
Label1.text = "download complete" <<<<<<<<<<<<<<<<<<<<<<<<<<< THIS IS AN ERROR
End Sub
Doesn't like it
Can someone tell me why please ?