<a href="http://www.erlang.org/doc/man/io.html#format-1">http://www.erlang.org/doc/man/io.html#format-1</a><br><br>p<br>      ... It also tries to detect lists of printable
characters and to output these as strings...<br><br>w format description don't contain this feature.<br><br><div class="gmail_quote">On Thu, Feb 28, 2008 at 12:21 PM, Anthony Kong <<a href="mailto:anthony.hw.kong@gmail.com">anthony.hw.kong@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">try "~p~n" instead.<br>
<br>
2008/2/28 J Bhanot <<a href="mailto:j.bhanot@tcs.com">j.bhanot@tcs.com</a>>:<br>
<div><div></div><div class="Wj3C7c">><br>
> Hi,<br>
><br>
> In following code:<br>
><br>
> add(Mymsg) -><br>
>  io:format("jbss msg  ~w~n", [Mymsg]),<br>
><br>
> when I am executing complex3:add(["abc"]).......where complex3 is my module<br>
> name.....<br>
><br>
> I get the output as<br>
><br>
> jbss msg  [97,98,99]........<br>
><br>
> Why is it coverting abc in ascii value.....<br>
><br>
> Is there a way in which I can get -<br>
><br>
> jbss msg abc<br>
><br>
> Thanks,<br>
> jb<br>
><br>
>  ____________________________________________=====-----=====-----=====<br>
> Notice: The information contained in this e-mail<br>
> message and/or attachments to it may contain<br>
> confidential or privileged information. If you are<br>
> not the intended recipient, any dissemination, use,<br>
> review, distribution, printing or copying of the<br>
> information contained in this e-mail message<br>
> and/or attachments to it are strictly prohibited. If<br>
> you have received this communication in error,<br>
> please notify us by reply e-mail or telephone and<br>
> immediately and permanently delete the message<br>
> and any attachments. Thank you<br>
><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
>  erlang-questions mailing list<br>
>  <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
>  <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
<br>
<br>
<br>
--<br>
/*--*/<br>
Don't EVER make the mistake that you can design something better than<br>
what you get from ruthless massively parallel trial-and-error with a<br>
feedback cycle. That's giving your intelligence _much_ too much<br>
credit.<br>
<br>
- Linus Torvalds<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Hynek (Pichi) Vychodil