<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
		<id>https://zh-cn.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=%E8%8E%B7%E5%8F%96%E4%B8%80%E4%B8%AAASCII%E5%AD%97%E7%AC%A6</id>
		<title>获取一个ASCII字符 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="https://zh-cn.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=%E8%8E%B7%E5%8F%96%E4%B8%80%E4%B8%AAASCII%E5%AD%97%E7%AC%A6"/>
		<link rel="alternate" type="text/html" href="https://zh-cn.arcowiki.com/index.php?title=%E8%8E%B7%E5%8F%96%E4%B8%80%E4%B8%AAASCII%E5%AD%97%E7%AC%A6&amp;action=history"/>
		<updated>2026-04-18T22:16:34Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://zh-cn.arcowiki.com/index.php?title=%E8%8E%B7%E5%8F%96%E4%B8%80%E4%B8%AAASCII%E5%AD%97%E7%AC%A6&amp;diff=114&amp;oldid=prev</id>
		<title>Slia：创建页面，内容为“In order to '''get an ASCII character''' from a string it is necessary to use the command &lt;code&gt;CHR(num)&lt;/code&gt;.&lt;br/&gt; It returns a string with the length of 1 ch…”</title>
		<link rel="alternate" type="text/html" href="https://zh-cn.arcowiki.com/index.php?title=%E8%8E%B7%E5%8F%96%E4%B8%80%E4%B8%AAASCII%E5%AD%97%E7%AC%A6&amp;diff=114&amp;oldid=prev"/>
				<updated>2018-06-07T07:43:07Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“In order to &amp;#039;&amp;#039;&amp;#039;&lt;a href=&quot;/index.php?title=Get_an_ASCII_character&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Get an ASCII character（页面不存在）&quot;&gt;get an ASCII character&lt;/a&gt;&amp;#039;&amp;#039;&amp;#039; from a string it is necessary to use the command &amp;lt;code&amp;gt;CHR(num)&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt; It returns a string with the length of 1 ch…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In order to '''[[get an ASCII character]]''' from a string it is necessary to use the command &amp;lt;code&amp;gt;CHR(num)&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
It returns a string with the length of 1 char which contains the ASCII character corresponding to the numeric value of 'x' (1 to 255)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Example to print ALL the ASCII characters&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,50,st&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,ii&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DISPLY/OFF&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DISPLY/TERM,V(TEXT)&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;DO/ii,1,255&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Assign to the (ii) value the corresponding ASCII character&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;st=ASSIGN/CHR(ii)&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;st=ASSIGN/CONCAT(STR(ii),' ',st)&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;TEXT/OUTFIL,st&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;ENDDO&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
[[it:Ottieni un carattere ASCII]]&lt;br /&gt;
[[zh-cn:获取一个ASCII字符]]&lt;br /&gt;
[[pt:Obter um personagem ASCII]]&lt;br /&gt;
[[de:Erhalte ein ASCII-Zeichen]]&lt;br /&gt;
[[es:Obtener un personaje ASCII]]&lt;br /&gt;
[[en:Get an ASCII character]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>