List to term

From Erlang Community

Revision history
View logs for this page
(Latest | Earliest) View (previous 500) (next 500) (20 | 50 | 100 | 250 | 500).

Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with current version, (last) = difference with preceding version, M = minor edit.

  • (cur) (last) 05:09, 28 July 2009 Flodis (Talk | contribs) (309 bytes) (New page: There is not a list_to_term() function, but it easy to write one yourself. <code> list_to_term(String) -> {ok, T, _} = erl_scan:string(String++"."), case erl_parse:parse_term(T) o...)
(Latest | Earliest) View (previous 500) (next 500) (20 | 50 | 100 | 250 | 500).
Erlang/OTP Projects
Personal tools