vcrun #29
11/06/96

- thought problem was with range checking, but rex++ was calculating the
  wrong value for the line on which the error had occured. This value is
  used to position the cursor on the source line in the code editor.

  The problem was that i was incrementing line count after each EOL code, so
  when the code hit a control command such as loop or if, as each line in
  the control block executed, the line count continued to go up, thus
  becoming invalid.

  Now i calculate the line after returning from the interpreter.


