<html>
<body>
At 02:58 PM 5/27/2005, Alan G wrote:<br>
<blockquote type=cite class=cite cite="">&gt; 1. how can I format outfile
so i can write multiple lines<br>
&gt; and then apend multiple lines later before closing the
file?<br><br>
I think you mean add a new column to the existing lines?<br><br>
try something like<br><br>
line = line + '%25s' % newdata<br><br>
&gt; 2. how can I make data formatting string '%25s' intiger (in
this<br>
case 25) a variable?<br><br>
<br>
Just create the string outsoide the formatting line:<br><br>
fmtString = '%%ds' % width</blockquote><br>
I think it should be '%%%ds' % width<br><br>
<blockquote type=cite class=cite cite="">s = fmtString % data<br><br>
HTH,<br><br>
Alan G<br>
Author of the Learn to Program web tutor<br>
<a href="http://www.freenetpages.co.uk/hp/alan.gauld" eudora="autourl">http://www.freenetpages.co.uk/hp/alan.gauld</a><br><br>
_______________________________________________<br>
Tutor maillist&nbsp; -&nbsp; Tutor@python.org<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" eudora="autourl">http://mail.python.org/mailman/listinfo/tutor</a>
</blockquote>
<x-sigsep><p></x-sigsep>
<font size=2>Bob Gailer<br>
<a href="mailto:bgailer@alum.rpi.edu" eudora="autourl">mailto:bgailer@alum.rpi.edu<br>
</a>510 558 3275 home<br>
720 938 2625 cell</font> </body>
</html>