tommykx Posted October 16, 2010 Posted October 16, 2010 Hi all. I'm new of autoit and i like it very mutch. I'm new also in this forum I need help about reading ini files. I use the iniread function to read my ini file but the result is always the default value. My test script: $sede = INIRead (@ScriptDir & "\config_send.ini", "config_send", "struttura", "Not_found") Msgbox (0, "Result!", "result: " & $sede) My ini file: [config_send] ; config file host_remoto=http://www.xxxxxxxxx.xxx/ftp/API_get_timb.php file_scarico_esito=esito.txt file_timbrature=timb2.txt file_bk_timbrature=timb2.sav struttura=prova Anyone can explain me where i'm wrong? Tnx you Bye Tommaso
Developers Jos Posted October 16, 2010 Developers Posted October 16, 2010 Works fine for me... You are sure you have the INI file stored in the Script directory and the name of the INI file is correct? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now