Date: Tue, 28 Oct 1997 19:18:12 -0800 (PST) Message-Id: <199710290318.TAA12940@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: bigphil AT solutions DOT mb DOT ca (Mark Phillips), djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Newbie allegro graphics question Precedence: bulk At 10:47 10/27/1997 GMT, Mark Phillips wrote: >If I am in graphics mode (any one) and I want to write an integer to >the screen, how do I do it? thanks in advance, You can use sprintf() to convert your number to a string, and then use (if memory serves) text_out() to display it. Btw, I think Allegro 3.0 WIP includes a function to do this in one swell foop :) Nate Eldredge eldredge AT ap DOT net