Hi,
Is is possible to define for-like loop in
the .ini files?
For example, assume that I have an array of hosts (host[*])
and I need to set some parameter based on the index in the array like:
**.host[i].my_index = i
Is there a way to do it in the .ini file?
Thanks,
Alex.
I succeed to use index() to get my index in the INI file.
It is not documented in the manual.