guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: format left-padding with zero's ?


From: Marius Vollmer
Subject: Re: format left-padding with zero's ?
Date: 12 Oct 2002 13:32:57 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Jan Nieuwenhuizen <address@hidden> writes:

>     $ guile -c '(use-modules (ice-9 format))
>     >  (format #t "~s: ~04x\n" (version) 9)'

It's "~4,'0x".  'format' does not use the same syntax in its control
strings.  (And our 'format' docs are not really complete...)

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]