not being able to edit your post is a discouragement from posting anything especially code, ....
I understand the frustration, but unfortunately being able to indefinitely edit one's own posts was being abused. If there was a way to do it selectively by board, I would have set it that way. Our forum software doesn't support the feature, though.
Regarding the BUGS board: posts with SOLVED bugs have been indeed removed. Bugs pending of fixes are still there. Do not consider that board to be permanent anyway, or bugs would too.
Regarding the DEVELOPMENT topic, I am the last one to ever want anything related to it to disappear, since I am the one implementing the new feature. The deletion there was indeed an accident.
How does one abuse editing their own posts?I am with you, and odin, you won't hurt my feelings if you ban me
And even if one person could do such a thing, why not just ban the offenders, rather than eliminate the functionality from all the rest of the users?
Maybe the solution was a change to the way I use a statement
How does one abuse editing their own posts?
why not just ban the offenders, rather than eliminate the functionality from all the rest of the users?
Posts reporting real bugs go into that board. The scenarios you point out remain in Discussion.
I will never know if it was fixed
How does one abuse editing their own posts?
And even if one person could do such a thing, why not just ban the offenders, rather than eliminate the functionality from all the rest of the users?
Oh well, I only use string math now, so that old routine just got a trip to the recycle bin.
Pete
Didn't we go over rounding to some decimal place a number of times, 2.99999 I think.
Ha! looks like you used it correctly, either exponent notation or extra zero's come in out of nowhere and screw up a screen. It's enough to drive you to string math! :)
Code: QB64: [Select]
a = 7 / 100: PRINT a ' Where variable "a" is by default defined as single (!), so the default double of the print statement is negated.