<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=EQU.CMDLINE</id>
	<title>EQU.CMDLINE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=EQU.CMDLINE"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=EQU.CMDLINE&amp;action=history"/>
	<updated>2026-04-28T23:43:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://pickwiki.org/index.php?title=EQU.CMDLINE&amp;diff=1744&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=EQU.CMDLINE&amp;diff=1744&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:54Z</updated>

		<summary type="html">&lt;p&gt;link fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;HomePage&amp;gt;&amp;gt;SourceCode&amp;gt;&amp;gt;BasicSource&amp;gt;&amp;gt;SVN&amp;gt;&amp;gt;[[SvnSource]]&lt;br /&gt;
&lt;br /&gt;
SVN Source code; once all source is compiled and cataloged, &amp;#039;SVN -H&amp;#039; will show usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
* ====================================== EQU.CMDLINE ===============================&lt;br /&gt;
* Used to Parse the [[UniVerse]] Command line using a standardized format&lt;br /&gt;
* ==================================================================================&lt;br /&gt;
* 14-Nov-03 New &amp;#039;stupid UV&amp;#039; tricks !&lt;br /&gt;
* ==================================================================================&lt;br /&gt;
*&lt;br /&gt;
* See documentation in &amp;#039;PARSE.CMDLINE&amp;#039;&lt;br /&gt;
*&lt;br /&gt;
* ==================================================================================&lt;br /&gt;
 &lt;br /&gt;
* COMMON [[/CMDLINE]]/ CMDLINE(9)&lt;br /&gt;
&lt;br /&gt;
 dim CMDLINE(19)&lt;br /&gt;
&lt;br /&gt;
 equ CMD.VERB     to CMDLINE(1)&lt;br /&gt;
 equ CMD.HELP     to CMDLINE(2)&lt;br /&gt;
 equ CMD.ARG.S    to CMDLINE(3)&lt;br /&gt;
 equ CMD.OPTION.S to CMDLINE(4)&lt;br /&gt;
 equ CMD.FLAG.S   to CMDLINE(5)&lt;br /&gt;
 equ CMD.PARAM.S  to CMDLINE(6)&lt;br /&gt;
&lt;br /&gt;
 * These are &amp;#039;computed&amp;#039;; just use array pos&amp;#039;s for convenience:&lt;br /&gt;
 equ CMD.NUM.ARGS     to CMDLINE(11)&lt;br /&gt;
 equ CMD.NUM.OPTIONS  to CMDLINE(12)&lt;br /&gt;
 equ CMD.NUM.FLAGS    to CMDLINE(13)&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>