Guest_imported
New member
- Jan 1, 1970
- 0
I would like to read values from text files, similar to how you would read values in an *.ini file in C. I would to be able to list it like I have below:
SUCHINSUCHVALUE = 1
SUCHINSUCHVALUE2 = WHATEVER
and have FP recognize this value. I have tried using _include and a header file, but this is to confusing having to #DEFINE etc. etc. Any help would be greatly appreciated. I want to be able to control program aspects without having to recompile or have access to VFP to edit a table.
SUCHINSUCHVALUE = 1
SUCHINSUCHVALUE2 = WHATEVER
and have FP recognize this value. I have tried using _include and a header file, but this is to confusing having to #DEFINE etc. etc. Any help would be greatly appreciated. I want to be able to control program aspects without having to recompile or have access to VFP to edit a table.