[erlang-questions] Convert String to Integer
Michael Uvarov
freeakk@REDACTED
Tue Nov 13 15:37:55 CET 2012
1. list_to_integer("111").
111
2. There are no strings in Erlang as a special type, "111" is a list.
More information about the erlang-questions
mailing list