Talk:%d
Latest comment: 27 September 2005 by Drini in topic Untitled
Script error: No such module "Message box". Script error: No such module "Banner shell".
Untitled
Whi is this linking to printf? this is used in a more general context. To put a simple example python uses it with print:
print '%5d%4d' % (3,5)
shows
3 5
and I'm pretty sure some pascal routine also uses it. -- (☺drini♫|☎) 01:35, 27 September 2005 (UTC)