05-09-2013 01:59 AM
Hi,
what would be the easiest way to read or create new ini file. I have an ini file that is not standard type, so i can't use vi's that are already written.
example of an *.ini file in the attachment.
Thanks, Božidar
05-09-2013 02:55 AM
For example you could read the file, skipping the first line, into a string.
Use string to array function to have a 2D array with keys in the first column and values in the second column:
Regards,
Marco
05-09-2013 06:02 AM
Thanks a lot, very simple.
Božidar