Where are the ini's saved ? becous ei cant get it to work heres my code:
Code:Program new; var t : string; begin Writeini('Testsection', 'testkeyname', 'testnewstring', 'C:\Program Files\SCAR 3.21\Test.ini'); t := readini('Testsection', 'testkayname', 'C:\Program Files\SCAR 3.21\Test.ini'); writeln(t); end.


Reply With Quote






