Hey! I'm new to the forum and also a new developer.
I'm trying to build an numerical solution for an equoation and my parameters are in an ascii file where I already know their position
The file is structured like the example:
#Parameter 1
parameter value
#Parameter 2
parameter value
I'm interested in a code that reads ONLY parameter value files and input them to a variable. E.g.(pseudocode)
read_line(2)
input line(2) to the variable.
Any help? Thanks in advance