Search found 1 match

by darnoobie
Mon Dec 26, 2011 11:54 pm
Forum: General Discussion
Topic: parsing strings
Replies: 2
Views: 1238

parsing strings

Hello forum, I'm here looking for some help. I've searched through the internet looking for how to parse a config file. I have a file that looks like the following: MAX_PLAYERS = 100 ENABLE_SPELLS = TRUE I would like to read this from a file named test.cfg and set the values into variables. So far I...