Quote:

You can use one string seprated by a delimiter for access keywords.



An exellent idea, thanks for that! I'll implement it

[EDIT]

-> implemented

here you are
> Download link <

the dll functions are just those two:
Code:


//**********************
//KeyString:
//- head topic
//- group
//- sub group
//- variable/String
// Separator: comma
//returnString:
//string returned from the cfg. The function also returns a pointer to this string

dllfunction DLL_cfgload(KeyString);
dllfunction DLL_cfgloadS(KeyString, returnString);



Last edited by Sinthoras; 05/19/06 18:35.