Msg: 617 *Conference*

10-11-91 14:53:38

From: DREW BLANCHAR

To : JOHN RUSSO

Subj: REPLY TO MSG #589 (PROBLEM WITH PROGRAM)

John,
  Another reminder if you're using arrays, DIM, or get a BS error.
  
BS stands for Bad Subscript.  Like if you DIM A(25) and then try to store A(26)
= 42, you'll get the BS error and that's no bs.
-dB