Quick question:
I have strings in the form of '121', '9998', etc. They are literally numbers surrounded by the single quotes.
How can I remove these quotes and cast them as integers? I'm passing to another program that needs them to be integers.
Thanks.