[erlang-questions] Conversion of string into Ascii values ??

J Bhanot j.bhanot@REDACTED
Thu Feb 28 12:09:50 CET 2008


Hi,

In following code:

add(Mymsg) ->
 io:format("jbss msg  ~w~n", [Mymsg]),

when I am executing complex3:add(["abc"]).......where complex3 is my 
module name.....

I get the output as 

jbss msg  [97,98,99]........

Why is it coverting abc in ascii value.....

Is there a way in which I can get - 

jbss msg abc

Thanks,
jb

____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080228/2bbdd0d6/attachment.htm>


More information about the erlang-questions mailing list