<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
cheers, this solved my problem<br><br>&gt; Date: Mon, 5 Apr 2010 16:51:46 +0200<br>&gt; From: fbar@footils.org<br>&gt; To: pd-list@iem.at<br>&gt; Subject: Re: [PD] Displaying as two digits<br>&gt; <br>&gt; Hi Andrew,<br>&gt; <br>&gt; On Mon, Apr 05, 2010 at 02:53:24PM +0100, Andrew Faraday wrote:<br>&gt; &gt; I'm working on a game on PD. Part of which is a timer set out<br>&gt; &gt; minutes:seconds. However, when the seconds variable is below 10 it's<br>&gt; &gt; displaying as a single digit. So most of the time this looks right (e.g.<br>&gt; &gt; 2:56), but at the start of each minute it looks a little unusual (0:1). I'm<br>&gt; &gt; displaying this using [text3d].  Any ideas how I can fix this?<br>&gt; <br>&gt; [makefilename %02d] or [makefilename %.2d] pads your number with zeros so it<br>&gt; has two digits. <br>&gt; <br>&gt; Ciao<br>&gt; -- <br>&gt;  Frank Barknecht            Do You RjDj.me?          _ ______footils.org__<br>&gt; <br>&gt; _______________________________________________<br>&gt; Pd-list@iem.at mailing list<br>&gt; UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<br>                                               <br /><hr />Get a new e-mail account with Hotmail - Free. <a href='http://clk.atdmt.com/UKM/go/197222280/direct/01/' target='_new'>Sign-up now.</a></body>
</html>