What goes where?
17-Feb-88 03:07:17
Sb: #109562-What goes where?
Fm: Nick Sullivan/Transactor 76703,4353
To: John Draper 76703,4322
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.
Larry, the M2 array-bounds checking is only for arrays that you declare as
such to the compiler. John is correct that with run-time-allocated arrays
the compiler has no way of knowing what the bounds are going to be, hence
can't check to see that you remain within them.