> _______________________________________________
> erlang-questions mailing list
> erlang-q...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
>
>
> Hey Everyone,
> Here is the question:
> If you try to enter this on Erlang shell [97,98,99].
> you will get the following answer: "abc"
>
> But I need the original list to be returned, is there any solution ?
That *IS* the original list.
>
>
> No I am not trying to print them.
> I want the function to return the list containing a number
>
> The requirement says:
>
> the function should return [Number]
> For example [8] but the shell shows me "\b"
[8] and "\b" are the SAME THING, as a quick
> [8] = "\b".
would have shown you. This is all in the documentation and
the textbooks; they do repay reading.