Heya first of all
i have a decent problem.. so i have some .ini files looks like:
[a_x-mas] [a_halloween] [b_asdf].........
Name = santa Name = skeleton Name = blab
and so on... now im using own functions to read these .ini files. for example.
func a($item) $ID=IniRead(@ScriptDir &"\blubb.ini", "a_" & $item, "Name", "notfound") ControlClick("bla", "", $ID) endfunc
so now, if im typing: "a(h"
the autocomplete should be activated and show me: "a(halloween"
ooor something like this..
if i type. "a(" it should show me all sections with "a_" starting...
i hope its not THAT confusing... :S
this would help me very much, thank you