Hello,
I have integer data type in my ini file. I have selected integer data type in my program while reading that value.
If that value is empty in the ini file then my function returns error. I gave default value as 0.
My function returns error and then don't read any other values after that.
How do I solve this problem without changing that empty field to 0?
thanks
trupti