<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TheProgrammerInLua</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TheProgrammerInLua"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/TheProgrammerInLua"/>
		<updated>2026-07-11T09:12:03Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Tostring&amp;diff=2308</id>
		<title>Tostring</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Tostring&amp;diff=2308"/>
				<updated>2012-07-25T10:02:24Z</updated>
		
		<summary type="html">&lt;p&gt;TheProgrammerInLua: os.toString&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The  ToString function is very common function through out programming languages. The use of this function is just to&lt;br /&gt;
take an integer and turn it into a string. The opposite of this function is ToInteger.'&lt;br /&gt;
&lt;br /&gt;
Example Use: A Lua Clock&lt;br /&gt;
&lt;br /&gt;
time = os.getTime()&lt;br /&gt;
TimeString = os.toString(time)&lt;br /&gt;
&lt;br /&gt;
print(time)&lt;br /&gt;
&lt;br /&gt;
Corrections and critism accepted!!&lt;/div&gt;</summary>
		<author><name>TheProgrammerInLua</name></author>	</entry>

	</feed>