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.