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
	read_bytes - read a number of bytes into a string from a file

SYNTAX
	string read_bytes(string file,int start,int len);

DESCRIPTION
	Read len number of bytes from file file staring at byte start and
	return it as a string. Note that the string will _not_ be shortened
	if any zeroes are enountered. Note that you cannot read more than
	50Kb at a time, except when in script mode, when no such limits
	are imposed.

SEE ALSO
	read_file, write_bytes