<?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=MAC_AE</id>
	<title>MAC AE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=MAC_AE"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=MAC_AE&amp;action=history"/>
	<updated>2026-04-28T23:42:33Z</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=MAC_AE&amp;diff=2043&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=MAC_AE&amp;diff=2043&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:55Z</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;This is a utility to convert Camel Case to PICK.VARIABLES.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
     subroutine mac_ae(mat junk)&lt;br /&gt;
*&lt;br /&gt;
* convert [[CamelCase]] to PICK.VARIABLES&lt;br /&gt;
*&lt;br /&gt;
     equate this to junk(1)&lt;br /&gt;
     qt = &amp;#039;&amp;quot;\&amp;#039;:&amp;quot;&amp;#039;&amp;quot;&lt;br /&gt;
     atts = dcount(this,@am)&lt;br /&gt;
&lt;br /&gt;
     for here = 1 to atts&lt;br /&gt;
        line = this&amp;lt;here&amp;gt;&lt;br /&gt;
        mine = upcase(field(trim(line),&amp;#039; &amp;#039;,1))&lt;br /&gt;
        flag = @false&lt;br /&gt;
        if mine ne &amp;#039;REMOVE&amp;#039; then&lt;br /&gt;
           if mine[1,3] eq &amp;#039;REM&amp;#039; then flag = @true&lt;br /&gt;
           if mine[1,1] eq &amp;#039;*&amp;#039; then flag = @true&lt;br /&gt;
           if mine[1,1] eq &amp;#039;!&amp;#039; then flag = @true&lt;br /&gt;
        end&lt;br /&gt;
*&lt;br /&gt;
* if it&amp;#039;s a comment, we don&amp;#039;t do it&lt;br /&gt;
        if flag then continue&lt;br /&gt;
*&lt;br /&gt;
        xxno = len(line)&lt;br /&gt;
        mine = &amp;#039;&amp;#039;&lt;br /&gt;
        flag = &amp;#039;&amp;#039;&lt;br /&gt;
        obit = &amp;#039;&amp;#039;&lt;br /&gt;
        for xx = 1 to xxno&lt;br /&gt;
           bit = line[xx,1]&lt;br /&gt;
           bat = line[xx+1,1]&lt;br /&gt;
           begin case&lt;br /&gt;
              case bit eq flag ; flag = &amp;#039;&amp;#039;&lt;br /&gt;
              case flag ne &amp;#039;&amp;#039;&lt;br /&gt;
              case index(qt,bit,1) ; flag = bit&lt;br /&gt;
              case bit eq &amp;#039;;&amp;#039;&lt;br /&gt;
                 test = trim(line[xx+1,999999])[1,1]&lt;br /&gt;
                 if test eq &amp;#039;*&amp;#039; or test eq &amp;#039;!&amp;#039; then flag = @am&lt;br /&gt;
              case alpha(bit)&lt;br /&gt;
                 if bit eq upcase(bit) and alpha(obit)&lt;br /&gt;
                    then bit = &amp;#039;.&amp;#039;:bit&lt;br /&gt;
                 bit = upcase(bit)&lt;br /&gt;
              case 1 ; null&lt;br /&gt;
           end case&lt;br /&gt;
           mine = mine:bit&lt;br /&gt;
           obit = bit&lt;br /&gt;
        next xx&lt;br /&gt;
        this&amp;lt;here&amp;gt; = mine&lt;br /&gt;
     next here&lt;br /&gt;
     return&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>