02.01.2009, 10:42
nice include boylett
but I have 2 questions,
do they check if a key/header "exists" ? or does it do something else?
and
if ignorecase is set to true, will all characters you set there, be 'small letters'? (don't know how they say it in english 'small letters' :P)
but I have 2 questions,
Code:
native xini_iskeyset(filename[],header[],key[],bool:ignorecase=true); native xini_isheaderset(filename[],header[],bool:ignorecase=true);
and
Code:
native xini_set(filename[],header[],key[],value[],bool:ignorecase=true);