Hi everybody
Is it possible to return moren than 1 value in resumable subs like
if yes, how can I do it?
Thank you
Is it possible to return moren than 1 value in resumable subs like
B4X:
Dim SenderFilter As Object = sql.ExecQueryAsync("SQL", "SELECT * FROM table1", Null)
Wait For (SenderFilter) SQL_QueryComplete (Success As Boolean, rs As ResultSet) '<=== like
SQL_QueryComplete
Thank you