[Include] [INC] Xini v2 - Edit INI files
#13

Quote:
Originally Posted by °ғαιιοцт°
nice include boylett
but I have 2 questions,

Code:
native xini_iskeyset(filename[],header[],key[],bool:ignorecase=true);
native xini_isheaderset(filename[],header[],bool:ignorecase=true);
do they check if a key/header "exists" ? or does it do something else?
they check if a key/header exists

Quote:
Originally Posted by °ғαιιοцт°
Code:
native xini_set(filename[],header[],key[],value[],bool:ignorecase=true);
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)
No, ignorecase is to with searching through the keys and headers. If its true then having this:

KEY=blah

and changing it use xini_set(file,header,"key",value,true)
will change KEY=blah to key=value

but changing it using xini_set(file,header,"key",value,false)
will leave KEY=blah and add key=value, resulting in:

KEY=blah
key=value
Reply


Messages In This Thread
[INC] Xini v2 - Edit INI files - by boylett - 30.12.2008, 18:47
Re: [INC] Xini v2 - Edit INI files - by Kowalski - 30.12.2008, 20:32
Re: [INC] Xini v2 - Edit INI files - by Serbish - 30.12.2008, 20:38
Re: [INC] Xini v2 - Edit INI files - by Donuts - 30.12.2008, 21:41
Re: [INC] Xini v2 - Edit INI files - by Magor - 30.12.2008, 22:15
Re: [INC] Xini v2 - Edit INI files - by Magor - 30.12.2008, 22:22
Re: [INC] Xini v2 - Edit INI files - by boylett - 30.12.2008, 22:36
Re: [INC] Xini v2 - Edit INI files - by Serbish - 30.12.2008, 22:37
Re: [INC] Xini v2 - Edit INI files - by boylett - 30.12.2008, 22:40
Re: [INC] Xini v2 - Edit INI files - by Magor - 30.12.2008, 22:48
Re: [INC] Xini v2 - Edit INI files - by boylett - 30.12.2008, 22:51
Re: [INC] Xini v2 - Edit INI files - by ғαιιοцт - 02.01.2009, 10:42
Re: [INC] Xini v2 - Edit INI files - by boylett - 02.01.2009, 11:19
Re: [INC] Xini v2 - Edit INI files - by ғαιιοцт - 02.01.2009, 11:52
Re: [INC] Xini v2 - Edit INI files - by ғαιιοцт - 03.01.2009, 09:52
Re: [INC] Xini v2 - Edit INI files - by boylett - 03.01.2009, 10:00
Re: [INC] Xini v2 - Edit INI files - by ғαιιοцт - 03.01.2009, 10:01
Re: [INC] Xini v2 - Edit INI files - by boylett - 03.01.2009, 10:07
Re: [INC] Xini v2 - Edit INI files - by [DrM]spatrik - 13.07.2010, 09:18
Re: [INC] Xini v2 - Edit INI files - by Patchwerk - 17.07.2011, 19:36
Re: [INC] Xini v2 - Edit INI files - by Sasino97 - 17.07.2011, 21:15
Re: [INC] Xini v2 - Edit INI files - by CaHbKo - 17.07.2011, 21:26

Forum Jump:


Users browsing this thread: 1 Guest(s)