Hallo everybody.
In my program I put the Option Strict On, so I program a "cleaner" VB Code.
Now I have to write some data to a text file. Reading from it gives me String values only. I hope, I'm right on that point.
Giving the String values back to Integer variables requeres convertion of this values from String to Integer. Is there any way to convert without switching to Option Strict Off?!?!
If not. How can I save Integer to a File and get it back to variables?!
ADDITIONAL PROBLEM is, that after reading the file with values I have to work with split function. I don't think .Split would work with Reader.ReadLine.
In my program I put the Option Strict On, so I program a "cleaner" VB Code.
Now I have to write some data to a text file. Reading from it gives me String values only. I hope, I'm right on that point.
Giving the String values back to Integer variables requeres convertion of this values from String to Integer. Is there any way to convert without switching to Option Strict Off?!?!
If not. How can I save Integer to a File and get it back to variables?!
ADDITIONAL PROBLEM is, that after reading the file with values I have to work with split function. I don't think .Split would work with Reader.ReadLine.