[erlang-questions] jinterface List vs. String
Robert Raschke
rtrlists@REDACTED
Tue Dec 9 10:54:22 CET 2008
Hi,
does anyone have a good idea on how I can distinguish between a list
and a string in jinterface?
Or, in other words, if jinterface has decided to receive an
OtpErlangString (from a sent list like [1, 2, 3], for example), is
there an easy way to convert it to an OtpErlangList? I know I can do
it by hand, but that's ever so slightly icky.
Thanks,
Robby
More information about the erlang-questions
mailing list