Hi,
On Mon, Apr 05, 2010 at 10:23:08AM -0700, Jonathan Wilkes wrote:
[makefilename %02d] or [makefilename %.2d]
Nice solution. Is this behavior documented anywhere?
makefilename supports the format specifiers of the printf function in C. A nicely written overview of this lot is in http://en.wikipedia.org/wiki/Printf#printf_format_placeholders Internally Pd uses the "g" type a lot to format numbers.
Frank