Message from discussion
Convert String to Integer
Received: by 10.204.130.141 with SMTP id t13mr1030030bks.3.1352843965374;
Tue, 13 Nov 2012 13:59:25 -0800 (PST)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.130.15 with SMTP id q15ls2028519bks.9.gmail; Tue, 13 Nov
2012 13:59:24 -0800 (PST)
Received: by 10.204.128.201 with SMTP id l9mr693587bks.8.1352843964881;
Tue, 13 Nov 2012 13:59:24 -0800 (PST)
Received: by 10.204.128.201 with SMTP id l9mr693586bks.8.1352843964843;
Tue, 13 Nov 2012 13:59:24 -0800 (PST)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id v13si915387bkw.0.2012.11.13.13.59.24;
Tue, 13 Nov 2012 13:59:24 -0800 (PST)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id D20A05C0F2;
Tue, 13 Nov 2012 22:59:17 +0100 (CET)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mailhub2.otago.ac.nz (mailhub2.otago.ac.nz [139.80.64.247])
by hades.cslab.ericsson.net (Postfix) with ESMTP id ECB785C00E
for <erlang-questi...@erlang.org>; Tue, 13 Nov 2012 22:59:15 +0100 (CET)
Received: from chasm.otago.ac.nz (chasm.otago.ac.nz [139.80.32.68])
by mailhub2.otago.ac.nz (8.13.8/8.13.8) with ESMTP id qADLxCek019865;
Wed, 14 Nov 2012 10:59:13 +1300
Received: from oucs1251.otago.ac.nz (oucs1251.otago.ac.nz [139.80.91.40])
by chasm.otago.ac.nz (Postfix) with ESMTPSA id C8028ADA8B7;
Wed, 14 Nov 2012 10:59:12 +1300 (NZDT)
Mime-Version: 1.0 (Apple Message framework v1084)
From: "Richard O'Keefe" <o...@cs.otago.ac.nz>
In-Reply-To: <CAFLv=vZZFe-w+=oW=+suSH+xKg4Sb-t+b3i-BvNdkufXz8-...@mail.gmail.com>
Date: Wed, 14 Nov 2012 10:59:12 +1300
Message-Id: <DCA00F7E-51C9-43E7-BE74-FE82C7295...@cs.otago.ac.nz>
References: <CAFLv=vZZFe-w+=oW=+suSH+xKg4Sb-t+b3i-BvNdkufXz8-...@mail.gmail.com>
To: Lucky Khoza <mrkh...@gmail.com>
X-Mailer: Apple Mail (2.1084)
Cc: erlang-questi...@erlang.org
Subject: Re: [erlang-questions] Convert String to Integer
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
On 14/11/2012, at 3:32 AM, Lucky Khoza wrote:
> Hi Erlang Developers,
>
> How do i convert string to integer in Erlang, for example; "123" to 123.
It is a good idea to search for an answer before asking
a question on a mailing list. In this case, Googling for
"convert string to integer" Erlang
found
http://osdir.com/ml/erlang-questions-programming/2003-03/msg00177.html
in seconds.
Doing such a search saves everyone's time, including yours.
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions