Assistance please. I am trying to compare two variables scraped from a general website e.g. 100% = var1 and 90% = var2, and return the larger variable as a new variable = var. Plan is the larger variable will then trigger what additional data I scrape from general website.
Not a vb expert, but imagine there is a simple Write Line I can do to achieve my intended purpose.
Thank you Daniel. Do you potential know how to also convert to the integer? I have tried to store the 100% and 90% as String as well as GenericValue variable and then used an assign block to attempt to “convert.ToInt32(var1)” as well as “cint(var1)” but no combination of these work. I receive the following error message. Compiler error(s) encountered processing expression (those above). Option Strict On disallows implicit conversions from Integer to String."