[fpc-pascal]FORTRAN-like read
Alan Mead
cubrewer at yahoo.com
Thu Jul 10 01:43:57 CEST 2003
I want to provide a formatted read like FORTRAN's. I have found a
public-domain implementation but it concatenats the input data as
bytes, making assumptions about the endian-ness and size of various
types. The alternatives I've devised are (1) returning a sequence of
strings or (2) a linked list of records.
Is there a way, possibly an OOP way, of representing a sequence of
values of arbitrary type?
Thanks!
-Alan
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
More information about the fpc-pascal
mailing list