[erlang-questions] tail of string = 104, bit?

Lev Walkin vlm@REDACTED
Wed Jul 23 21:32:43 CEST 2008


Circular Function wrote:
>   when i do tl("hej") I get 104, well I need "h".

104 is a code for 'h'. Try this way

	[tl("hej")].

You'll get a list of one element, which is an "h" letter.

> How do I get h amd if not possible how do i convert 104 to string?  or 
> how do i convert string to the other format? is it a bit?


Also, could you please stop using this erlang-question list
as a substitute for an introductory Erlang reading.


-- 
vlm



More information about the erlang-questions mailing list