Hi
I am scraping some data from a site what i want is
if i scrape nothing = true do this, false do this
or
if string has text = true do this, if no text was scraped do this?
is it possible to make the if statement true of false depending if the string has text or not?