Adriaan van Os wrote:
Waldek Hebisch wrote:
Is it just a single routine ("ReadString") or does Mac Pascal have also "WriteString"?
MacPascal doesn't have WriteString. It does have StringOf, which is somewhat comparable.
(from the CodeWarrior Pascal Library Reference)
Prototype FUNCTION StringOf( v1 [; v2; ...; vn]) : STRING;
I have added "ReadString" to my version. Unfortunatly, "StringOf" requres some real effort so I can not do it quicky.