<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediamonkey.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M42i</id>
	<title>MediaMonkey Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediamonkey.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M42i"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/Special:Contributions/M42i"/>
	<updated>2026-05-23T15:45:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBIniFile::Keys&amp;diff=8181</id>
		<title>ISDBIniFile::Keys</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBIniFile::Keys&amp;diff=8181"/>
		<updated>2013-04-07T16:52:01Z</updated>

		<summary type="html">&lt;p&gt;M42i: Added example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBIniFile|ISDBIniFile|Property Get Keys(Section As String) As [[SDBStringList]]}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |Section |String |A section where to find all the keys.}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
Returns a list of strings composed with the key and value in a given section. The string has the format &amp;quot;key=value&amp;quot; (without quotes).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Example code=== &lt;br /&gt;
&lt;br /&gt;
This example splits the returned key string into a key and value.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Set KeyValueList = SDB.IniFile.Keys(&amp;quot;Appearence&amp;quot;)&lt;br /&gt;
For i = 0 To KeyValueList.Count - 1&lt;br /&gt;
    KeyValue = KeyList.Item(i)&lt;br /&gt;
    Key = Left(KeyValue, InStr(KeyValue, &amp;quot;=&amp;quot;) - 1)&lt;br /&gt;
    Value = Left(KeyValue, InStr(KeyValue, &amp;quot;=&amp;quot;) + 1)&lt;br /&gt;
    &#039; Do something with key and/or value&lt;br /&gt;
Next&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBIniFile|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBIniFile|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>M42i</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBIniFile::Keys&amp;diff=8180</id>
		<title>ISDBIniFile::Keys</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBIniFile::Keys&amp;diff=8180"/>
		<updated>2013-04-07T16:44:28Z</updated>

		<summary type="html">&lt;p&gt;M42i: Specified the return value, see forum http://www.mediamonkey.com/forum/viewtopic.php?f=19&amp;amp;t=70998&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBIniFile|ISDBIniFile|Property Get Keys(Section As String) As [[SDBStringList]]}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |Section |String |A section where to find all the keys.}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
Returns a list of strings composed with the key and value in a given section. The string has the format &amp;quot;key=value&amp;quot; (without quotes).&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBIniFile|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBIniFile|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>M42i</name></author>
	</entry>
</feed>