two or more returns:
Sub FX(url As String,name As String,id As Int)As ResumableSub
..........
..........
Return numberlist 'string list wrong?right?
Return tvlist 'string list wrong?right?
End Sub
Private Sub Button1_Click
Wait For(fx("http:xxxx.com","googlexxx",35202793)) Complete (Result As String)
Log(Result) 'wrong?right? i need the return of numberlist and tvlist
End Sub