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

David King dking@REDACTED
Wed Jul 23 21:32:46 CEST 2008


> when i do tl("hej") I get 104, well I need "h".
> 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?

A string is a list of integers. [104] =:= "h"



More information about the erlang-questions mailing list