--- On Thu, 8/12/10, Mathieu Bouchard matju@artengine.ca wrote:
From: Mathieu Bouchard matju@artengine.ca Subject: Re: [Gridflow-dev] a new, better [makefilename] ! To: "Jonathan Wilkes" jancsika@yahoo.com Cc: pd-list@iem.at, gridflow-dev@artengine.ca Date: Thursday, August 12, 2010, 10:00 PM On Thu, 12 Aug 2010, Jonathan Wilkes wrote:
Is cyclone/sprintf missing any of these features?
[cyclone/sprintf %*d] [cyclone/sprintf %.*d] [cyclone/sprintf %*.*d]
all print out this to the console :
sprintf's error: slot skipped (width parameter not supported in a format pattern)
and naturally anything else with asterisks in their format specifiers.
Actually, [cyclone/sprintf] also silently fails with a plain %05d or %5d, for example, as it converts them back to float, instead of keeping them as symbols.
But if I do foo%05dbar, it's fine (though it produces it as a selector instead of symbol $1... but that is its intention, I suppose...).
But if I do foo%5dbar, then it's wrong again, as it does foo%4dbar instead !
Can you find any bugs in [gf/sprintf] ?
I haven't checked yet. How do I get it?
-Jonathan
_____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801