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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, to let you know; when RENUM finds undefined line before it's number the whole platform ends.
Example:
20 GOTO 5
OK
RENUM
Thanks for reporting! Has been fixed.
Rob
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.
I'll see if I can reproduce it, will let you know.
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.
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.