for each would be cute to have in e.g. ini and reg plugins.
Easy iteration through a ini section, or a registry key.

Obvious way to go is to introduce handles to both plugins.  Tedious, but can be 
done.

Another way to go would be to allow registration of keyword like "line"
or "char"

for each section sSection in ?"...\xxx.ini"

 for each key sKey in sSection 

 ...

 endfor

endfor

Doable, or too much trouble?



Reply via email to