I have a file with one line in it. The line says:
"spcc123.dbf"
How can I just extract the number of this line?
I want to string out this line and just read from the 5th character to the charater before the full stop. I cant work out whats the best way to do it.
"spcc123.dbf"
How can I just extract the number of this line?
I want to string out this line and just read from the 5th character to the charater before the full stop. I cant work out whats the best way to do it.