Vance Shipley wrote: > 1> <<"123">>. This is syntactic sugar for <<$1, $2, $3>>. > <<"123">> > 2> String = "123". > "123" > 3> <<String>>. > ** exited: {badarg,[{erl_eval,expr,3}]} ** Use list_to_binary(String) instead. -- Romain LENGLET