[erlang-questions] Convert String to Integer

Wes James comptekki@REDACTED
Tue Nov 13 16:55:14 CET 2012


There may not be technically strings, but there is a module with "string"
funs:

http://www.erlang.org/doc/man/string.html

wes


On Tue, Nov 13, 2012 at 7:37 AM, Michael Uvarov <freeakk@REDACTED> wrote:

> 1. list_to_integer("111").
> 111
>
> 2. There are no strings in Erlang as a special type, "111" is a list.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121113/7defd5fc/attachment.htm>


More information about the erlang-questions mailing list