[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FLATC



FLATC returns the NUMBER OF CHARACTERS in a PRINC'ed representation - FLATSIZ
returns the length of the object if it was PRINC'ed.  So, (FLATC '^H) returns
1 whereas (FLATSIZE '^H) returns 2.  No special checking is done for ^H at
all in either of the SUBR's.