CompuServe Messages

Another M2 rel 3.00a bug

#: 59236 S10/ProgrammingForum unknown
    16-Mar-87 20:57:42
Sb: #59050-Another M2 rel 3.00a bug
Fm: Steve Faiwiszewski 74106,425

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

There's another bug somewhere either in InOut or Streams. This is an old bug that surfaced again. Try the following: VAR i : CARDINAL; BEGIN FOR i := 1 TO 123 DO WriteCard(i,1); WriteLn END; END. What happens is that you get some funny characters in the display. – Steve –