Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
9
Task/Web-scraping/App-Inventor/web-scraping.app
Normal file
9
Task/Web-scraping/App-Inventor/web-scraping.app
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
when ScrapeButton.Click do
|
||||
set ScrapeWeb.Url to SourceTextBox.Text
|
||||
call ScrapeWeb.Get
|
||||
|
||||
when ScrapeWeb.GotText url,responseCode,responseType,responseContent do
|
||||
initialize local Left to split at first text (text: get responseContent, at: PreTextBox.Text)
|
||||
initialize local Right to "" in
|
||||
set Right to select list item (list: get Left, index: 2)
|
||||
set ResultLabel.Text to select list item (list: split at first (text:get Right, at: PostTextBox.Text), index: 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue