by Keith Bowes <keith_bowes@[EMAIL PROTECTED]
>
Dec 23, 2007 at 05:00 AM
CBFalconer wrote:
Add a definition for string ahead in the type
> section:
>
> TYPE
> string = array[1..4] of char;
>
> unless you are using some sort of non-standard Pascal with a
> predefined string type.
>
I think finding an implementation of Pascal that doesn't include a
string type (or units) would be difficult. And even if you did, it
probably wouldn't be the most usable thing around.