Menu

RENUM command

2015-12-07
2015-12-10
  • Ronald Herrera

    Ronald Herrera - 2015-12-07

    Hi, to let you know; when RENUM finds undefined line before it's number the whole platform ends.
    Example:

    20 GOTO 5
    OK
    RENUM

     
    • Rob Hagemans

      Rob Hagemans - 2015-12-07

      Thanks for reporting! Has been fixed.

      Rob

       
  • Ronald Herrera

    Ronald Herrera - 2015-12-10

    Something else that I'll like to report. When editing a long line that exceeds the 80 character per row, it sometimes doesn’t refresh the next number-line. It mixes the listing from time to time the lines edited and with the next line available, more or less. It doesn’t do it frequently, but it is somewhat annoying and troubled to fix the listing correctly. A work around is to CLS and LIST number-number to make sure it’s safe. And even that, can sometimes get tricky. In order to observe this, try to edit several lines directly with a little longer than 80 characters per number-line. For example try to split some long lines using CHKBYTE4.BAS and mess around a little. /Ronald.

     
    • Rob Hagemans

      Rob Hagemans - 2015-12-10

      I'll see if I can reproduce it, will let you know.

       
  • Rob Hagemans

    Rob Hagemans - 2015-12-10

    I'm having difficulty reproducing this - when this issue happens next time, can you let me know in detail what you were doing (what line were you editing of which program, with the relevant bit of the listing) and what happened to the line afterwards that shouldn't have happened. I'll look a bit more but as it is it's a bit of a needle in a haystack.

     
  • Ronald Herrera

    Ronald Herrera - 2015-12-10

    Sorry about that, I'll try to be more specific when editing code lines. It’s like it doesn’t refresh the edited line over more than 80 characters per line code sometimes. Anyway, I’ll let you know with more precision the next time. But thank you anyway for trying. 

    Ronald.