fgetc
Gets character from file pointer
Description
stringfgetc
resourcehandle
Returns a string containing a single character read from the
file pointed to by handle.
Returns &false; on EOF.
&fs.validfp.all;
&return.falseproblem;
A fgetc example
]]>
¬e.bin-safe;
See also fread, fopen,
popen, fsockopen, and
fgets.