Subject: Python: Read value from string · Posted: 2006-02-27, 11:46pm
Rank: ? (2)
Member #: 26802
Sorry for been a newbie.
I am working with a configuration file "blabla.ini" that contains a specific line "abcde = 10" how do I read the value (10) from that line, the value for the line (abcde) and the position of the line in the file changes from time. I can find the string "abcde =" but cannot read the value "10" from it, don't know how to do it.