June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -1,9 +1,9 @@
|
|||
when ScrapeButton.Click do
|
||||
set ScrapeWeb.Url to SourceTextBox.Text
|
||||
call ScrapeWeb.Get
|
||||
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)
|
||||
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