From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA21948; Fri, 22 Oct 2004 16:20:07 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA21865 for ; Fri, 22 Oct 2004 16:20:06 +0200 (MET DST) Received: from kaiserslautern1.lms-gmbh.de (kaiserslautern1.lms-gmbh.de [212.43.68.201]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i9MEK5Co023487 for ; Fri, 22 Oct 2004 16:20:06 +0200 Received: by kaiserslautern1.lms-gmbh.de with Internet Mail Service (5.5.2653.19) id ; Fri, 22 Oct 2004 16:20:05 +0200 Message-ID: From: "Bauer, Christoph" To: "'Jan Stamer'" , caml-list@inria.fr Subject: AW: [Caml-list] Concatenation of int and String Date: Fri, 22 Oct 2004 16:20:03 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4B842.38BD0300" X-Miltered: at concorde with ID 41791716.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; bauer:01 bauer:01 caml-list:01 caml-list:01 ocaml:01 ocaml:01 int:01 int:01 folks:01 folks:01 string:03 string:03 let:04 let:04 message:89 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C4B842.38BD0300 Content-Type: text/plain > Hi Folks, > > I am very new to OCaml and I am taking my first steps at the moment... > > Can you tell me how to concatenate a int and a String? let i = 42 and s = "hello" in string_of_int i ^ s Christoph Bauer ------_=_NextPart_001_01C4B842.38BD0300 Content-Type: text/html AW: [Caml-list] Concatenation of int and String

> Hi Folks,
>
> I am very new to OCaml and I am taking my first steps at the moment...
>
> Can you tell me how to concatenate a int and a String?

let i = 42
and s = "hello" in string_of_int i ^ s

Christoph Bauer

------_=_NextPart_001_01C4B842.38BD0300-- ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners