chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] format weirdness?


From: felix
Subject: Re: [Chicken-users] format weirdness?
Date: Thu, 22 Apr 2004 15:03:48 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Sunnan wrote:

Using chicken version 1 build 33 (from a tarball), use of the "format"
function didn't output anything. Using (compose display format) made
my programs work again, but I just wanted to report this. HAND.


(format FSTRING ...) will return a string (similar to sprintf).
To output directly either use

(format #t FSTRING ...)

or

(format <port> FSTRING ...)


cheers,
felix





reply via email to

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