returning value from resumable sub

  1. D

    Android Question Returning Value from Resumable Sub

    I have a sub that uses a resumable sub to fetch website data. As you cannot return a value from a resumable sub, how do I get the value of the website data out of the sub. Here is my code: Private Sub mySub FetchWebsite("https://duckduckgo.com", Array As...
Top