roReadLine to integer
I need to read variables from an external file. The variables are all integer values. I've figured out how to read strings from txt files using the ReadLine() command, but I get a type mismatch error when I try to used them as integers. Is there a function to switch variable types, or am I stuck?