W walt61 Well-Known Member Licensed User Longtime User Monday at 5:44 PM #1 See title - this caught me off guard; I'd expect an exception to be thrown? B4X: Sub Process_Globals End Sub Sub AppStart (Args() As String) Dim sftp1 As SFtp ' Not initialised Log("Before") sftp1.List("A/B/C") Log("After") End Sub Attachments TestSftp.zip 729 bytes · Views: 14
See title - this caught me off guard; I'd expect an exception to be thrown? B4X: Sub Process_Globals End Sub Sub AppStart (Args() As String) Dim sftp1 As SFtp ' Not initialised Log("Before") sftp1.List("A/B/C") Log("After") End Sub