<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Argv - Revision history</title>
		<link>http://fenixwiki.booleansoup.com/index.php?title=Argv&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Fri, 01 May 2026 10:42:20 GMT</lastBuildDate>
		<item>
			<title>79.88.33.10: /* Definition */</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=Argv&amp;diff=4825&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Definition&lt;/span&gt;&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 08:53, 1 February 2009&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 22:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 22:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;|}&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;|}&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; font-size: smaller;&quot;&gt;If an argument was not given, the corresponding string will be &amp;lt;code&amp;gt;&amp;quot;&amp;quot;&amp;lt;/code&amp;gt;. The number of arguments passed can be found with [[argc]]. This means that ''argv[argc&lt;del style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;]&lt;/del&gt;]'' is the last argument.&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;If an argument was not given, the corresponding string will be &amp;lt;code&amp;gt;&amp;quot;&amp;quot;&amp;lt;/code&amp;gt;. The number of arguments passed can be found with [[argc]]. This means that ''argv[argc]'' is the last argument.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;{{Globals}}&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;{{Globals}}&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Sun, 01 Feb 2009 08:53:11 GMT</pubDate>			<dc:creator>79.88.33.10</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:Argv</comments>		</item>
		<item>
			<title>Sandman: New page: category:variables category:predefined category:global variables  '''Up to Global Variables'''  ----   == Definition == '''STRING[32]''' argv  '''Argv''' i...</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=Argv&amp;diff=4101&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Variables&quot; title=&quot;Category:Variables&quot;&gt;category:variables&lt;/a&gt; &lt;a href=&quot;/index.php?title=Category:Predefined&amp;amp;action=edit&quot; class=&quot;new&quot; title=&quot;Category:Predefined&quot;&gt;category:predefined&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Global_variables&quot; title=&quot;Category:Global variables&quot;&gt;category:global variables&lt;/a&gt;  &lt;a href=&quot;/index.php/Global_variables&quot; title=&quot;Global variables&quot;&gt;'''Up to Global Variables'''&lt;/a&gt;  ----   == Definition == '''STRING[32]''' argv  '''Argv''' i...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[category:variables]]&lt;br /&gt;
[[category:predefined]]&lt;br /&gt;
[[category:global variables]]&lt;br /&gt;
&lt;br /&gt;
[[Global variables|'''Up to Global Variables''']]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
'''STRING[32]''' argv&lt;br /&gt;
&lt;br /&gt;
'''Argv''' is a [[global variable]], holding how and with what arguments [[FXI]] was called.&lt;br /&gt;
{|&lt;br /&gt;
| argv[0] || - How the [[FXI]] was called without arguments.&lt;br /&gt;
|-&lt;br /&gt;
| argv[1] || - First argument.&lt;br /&gt;
|-&lt;br /&gt;
| argv[2] || - Second argument.&lt;br /&gt;
|-&lt;br /&gt;
| argv[''n''] || - ''n''th argument.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If an argument was not given, the corresponding string will be &amp;lt;code&amp;gt;&amp;quot;&amp;quot;&amp;lt;/code&amp;gt;. The number of arguments passed can be found with [[argc]]. This means that ''argv[argc]]'' is the last argument.&lt;br /&gt;
&lt;br /&gt;
{{Globals}}&lt;/div&gt;</description>
			<pubDate>Sat, 29 Dec 2007 01:21:02 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:Argv</comments>		</item>
	</channel>
</rss>