CompuServe Messages

#MODULA-2

    01-Jan-87 22:52:57
Sb: #46667-#MODULA-2
Fm: Steve Faiwiszewski 74106,425
To: Michael St. Laurent 72017,235
You cannot assign one variable to another if they are not of the same type (even if the declaration of both vars are the same: ARRAY[0..n] OF CHAR, they are considered to not be the same). To declare a two dimensional array do: ARRAY[0..12],[0..9] OF CHAR. Hope this helps, – Steve –