UNIFACE 9.7.03 (G306) : how using deletesetting to delete inisections ?
Author: gls.tools@free.fr (Gilles)
Hi all, I want to delete [section] in my ini file. This section is empty. My inifile named fichier.ini: [raccourcis] Test URL = http://serveur.com:8085 [Test URL] image=test.png description= URl en test groupe=DEV I can delete settings but can not delete section: deletesetting(fichier.ini,"raccourcis\\Test URL","INIDATA") ----> OK if($status=0) deletesetting(fichier.ini,"Test URL\\·*","INISETTINGS") ----> OK my section is empty if($status=0) deletesetting(fichier.ini,"Test URL","INISECTIONS") ---> KO ----> Get error -1118 Trying with gold *, gold ?, adding \\ after or before , same result or error -5 What is the correct syntax ? Thanks in advance, Gilles.