change "Section" in CONFIG.INI
Posted: Mon Feb 06, 2023 5:26 am
hi,
if i add "Section" in INI i have to delete old INI else change will not appear in INI
it have to do with
is there a Way to enhance INI "Section" without delete INI 
if i add "Section" in INI i have to delete old INI else change will not appear in INI
it have to do with
Code: Select all
IF !FILE( "Config.ini" )
// write File
SET Section ...
ELSE
// read File
GET ...
ENDIF