From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr
X-Spam-Level: *
X-Spam-Status: No, score=1.4 required=5.0 tests=SPF_NEUTRAL
autolearn=disabled version=3.1.3
Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38])
by yquem.inria.fr (Postfix) with ESMTP id AA460BC69
for ; Mon, 23 Apr 2007 13:31:35 +0200 (CEST)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245])
by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3NBVY2v014861
for ; Mon, 23 Apr 2007 13:31:35 +0200
Received: by an-out-0708.google.com with SMTP id c24so1836926ana
for ; Mon, 23 Apr 2007 04:31:33 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
d=gmail.com; s=beta;
h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
b=E7YnyQ0vhufDHSRMEbst2om4nd6gIL7cYFW5H9ZReVri/dYGcGwJI5KPLJ4CGcJdJTgb8vtZRo9iHJE+XkWO8vLPhQL3mHnAFzgucdaNSkP6Jg4751WS/6OCcNYLcJUIFNbEEXbhNSEsJlolze23fJr1lygdGJeVIheJ54RuVNk=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=beta;
h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
b=WJBm0M4F3TUFQb0qnaYCvP+1ZVgUY3N5xWUB8wBkQG54cqwZuAe7eB3FXhG7XAQzrhVi/tdXiE706an1jDUL30XMAkJarH8XtDauF+TP4KiIiL9xIhGE8XNjuuF8kCmpiA85evED57V1s2pS9Lo2+8XHUkgD+x1QLPGFIsWlXUY=
Received: by 10.100.94.3 with SMTP id r3mr3537084anb.1177327893188;
Mon, 23 Apr 2007 04:31:33 -0700 (PDT)
Received: by 10.100.141.6 with HTTP; Mon, 23 Apr 2007 04:31:33 -0700 (PDT)
Message-ID: <4b5157c30704230431j204c5111n2627917781d16238@mail.gmail.com>
Date: Mon, 23 Apr 2007 13:31:33 +0200
From: "Paolo Donadeo"
Sender: p.donadeo@gmail.com
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Format.printf
In-Reply-To: <20070423105652.GA3339@pc6197-c703.uibk.ac.at>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20070423105652.GA3339@pc6197-c703.uibk.ac.at>
X-Google-Sender-Auth: 00809293716e29bf
X-Miltered: at discorde with ID 462C9916.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)!
X-Spam: no; 0.00; printf:01 printf:01 libref:01 caml-list:01 caml:02 let:03 sigma:05 sigma:05 docs:06 inria:06 suggestions:07 mean:08 case:13 print:13 regards:20
> Any suggestions?
let my_print i s = Printf.printf "%*s" i s
Is this what you mean? In any case search for "*" here:
http://caml.inria.fr/pub/docs/manual-ocaml/libref/Printf.html
Regards,
--
Paolo
Paolo Donadeo, Senior Software Engineer
Studio Associato 4Sigma
Email: p.donadeo@4sigma.it
~
~
:wq