[erlang-questions] io format badarg!
Maxim Treskin
zerthurd@REDACTED
Wed Dec 24 05:59:59 CET 2008
What is your OTP version?
I tried to eval it in OTP-R12B-5, it works ok:
Erlang (BEAM) emulator version 5.6.5 [source] [async-threads:0] [hipe]
[kernel-poll:false]
Eshell V5.6.5 (abort with ^G)
1> io:format("~p ~p:~p~n",
[{2008,12,24},{4,6,52},"send_flash:\"20187336005\""]).
{2008,12,24} {4,6,52}:"send_flash:\"20187336005\""
ok
2>
Can you show your source code with this error?
--
Maxim Treskin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081224/07c2ef18/attachment.htm>
More information about the erlang-questions
mailing list