string in functions and memory allocation

Paolo Negri paolo.negri@REDACTED
Thu Jan 6 10:30:31 CET 2011


Sorry, the 2 dummy functions were wrong here's a less broken version

dummy(Proplist)
   Value = proplist:get_value(<<"booo">>, Proplist),
   Value
.

dummy(Proplist)
   Value = proplist:get_value(<<"booo">>, Proplist),
   Value
.

-- 
Engineering
http://www.wooga.com | phone +49-30-8962 5058  | fax +49-30-8964 9064

wooga GmbH | Saarbruecker Str. 38 | 10405 Berlin | Germany
Sitz der Gesellschaft: Berlin; HRB 117846 B
Registergericht Berlin-Charlottenburg
Geschaeftsfuehrung: Jens Begemann, Philipp Moeser


More information about the erlang-questions mailing list