ini_open('filename.ini')
varA=ini_read_real('section','numberon',0)
varA+=1
varB=get_string('text to add','')
ini_write_real('section','numberon',obj_controler.varA)
ini_write_string('section',obj_controler.varA,obj_controler.varB)
ini_close()
the problem i am having is that the ini_write_string will not let me use the "varA" as the key, it ends up blank in the ini file
Edited by the_maze_master, 23 April 2012 - 11:45 AM.











