<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>String Output</title>
		<link>http://www.allegro.cc/forums/view/591540</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 23 May 2007 17:28:16 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hi there,</p><p>A very simple question, one which I&#39;ve spent about an hour trying to work out.<br />What is the correct approach for outputing the string below to the screen using Allegro.</p><p>I take it I would need to use textout_ex <img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" /></p><p>I.E</p><p>#include&lt;string&gt;</p><p>score=123456;<br />name=&quot;Gary&quot;;</p><p>textout_ex <img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" /><img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" /></p><p>Thanks in advance.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gary_ramsgate)</author>
		<pubDate>Wed, 23 May 2007 16:52:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>No, textprintf_ex().
</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/textprintf_ex" target="_blank"><span class="a">textprintf_ex</span></a><span class="k2">(</span>buffer, <a href="http://www.allegro.cc/manual/font" target="_blank"><span class="a">font</span></a>, x, y, col, bg, <span class="s">"%s's score: %i"</span>, name.c_str<span class="k2">(</span><span class="k2">)</span>, score<span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kibiz0r)</author>
		<pubDate>Wed, 23 May 2007 16:56:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Many thanks, works a treat <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /><img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /><img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gary_ramsgate)</author>
		<pubDate>Wed, 23 May 2007 17:28:16 +0000</pubDate>
	</item>
</rss>
