<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.spheredev.org/index.php?action=history&amp;feed=atom&amp;title=Legacy%3ACreateStringFromCode</id>
		<title>Legacy:CreateStringFromCode - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.spheredev.org/index.php?action=history&amp;feed=atom&amp;title=Legacy%3ACreateStringFromCode"/>
		<link rel="alternate" type="text/html" href="http://wiki.spheredev.org/index.php?title=Legacy:CreateStringFromCode&amp;action=history"/>
		<updated>2026-05-07T12:07:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>http://wiki.spheredev.org/index.php?title=Legacy:CreateStringFromCode&amp;diff=586&amp;oldid=prev</id>
		<title>Apollolux: created from http://web.archive.org/web/20110802033529/http://www.spheredev.org/wiki/CreateStringFromCode</title>
		<link rel="alternate" type="text/html" href="http://wiki.spheredev.org/index.php?title=Legacy:CreateStringFromCode&amp;diff=586&amp;oldid=prev"/>
				<updated>2013-06-01T22:38:41Z</updated>
		
		<summary type="html">&lt;p&gt;created from http://web.archive.org/web/20110802033529/http://www.spheredev.org/wiki/CreateStringFromCode&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function returns a string corresponding to the ASCII code number inputted.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
{{Usage|returns=string|func=CreateStringFromCode|params=integer}}&lt;br /&gt;
&lt;br /&gt;
*	'''number''' integer. The ASCII index number of the character to be returned. Eg: 65 is 'A'&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
var string = CreateStringFromCode(65);&lt;br /&gt;
font.drawText(0, 0, &amp;quot;The first letter of the alphabet is &amp;quot; + string);&lt;br /&gt;
FlipScreen();&lt;br /&gt;
GetKey();&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
The &amp;lt;code&amp;gt;CreateStringFromCode&amp;lt;/code&amp;gt; function is not a commonly used function, but in special cases, it may be useful. Note that the JavaScript specification includes a similar function, [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCharCode String.fromCharCode] which acts the same way but supports multiple arguments.&lt;br /&gt;
&lt;br /&gt;
{{API:Script/navbox}}&lt;/div&gt;</summary>
		<author><name>Apollolux</name></author>	</entry>

	</feed>