Hello,

Say I have a file with two lines:

// file
20 21

//end of file

How do I get the numbers into integer variables from the file in an efficient way?

Thanks,
Niels