I’m scraping a number from an email (which I’ve done successfully) as a string. I need to add another 1 digit to this, but I am having trouble with how I would code that. So let me explain:
The number I am scraping in this case is 35 (which is a variable as it changes with each email) and I need to add 1 to this to make it 36. I’ve used string conversion and an assign to get this information from the email: (those with ‘p’ are variables).
The email markers are an int32 and use an index to mark the words in between that which needs to be scraped, I then trim this to get rid of white space. How would I then +1 to the below?