On 2015-06-04 10:57 AM, Thomas Brüderli wrote:
> While your patch works, the even "better" fix for this issue would be
> to
> use sprintf('%+03d%02d', ...);
You're right, that is a better/cleaner fix. If only I had dug further
into the sprintf documentation :).
Steve