March 2003
Intermediate to advanced
656 pages
39h 30m
English
getvalue
fl.
getvalue( )Returns the current data contents of fl as
a string. You cannot call
fl
.getvalue after you
call fl
.close:
close frees the buffer that
fl internally keeps, and
getvalue needs to access the buffer to yield its
result.