lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	decode_value - decode a string coded with code_value

SYNTAX
	mixed decode_value(string);

DESCRIPTION
	This is the inverse function of code_value, it takes a string that
	was produced with code_value (or any string in the same format) and
	decodes it and returns the value.

BUGS
	Functionpointers can not be decoded.
	Objects can only be decoded if they have same hash_name as when
	they were coded.

SEE ALSO
	code_value, save_object, restore_object