Encoder - Very Minor Bug

Post here to share useful tips and tricks, to ask questions about using your DM42 or to report software-related problems
Post Reply
firai
Posts: 28
Joined: Sun Sep 27, 2020 11:38 am
Location: NYC/HK

Encoder - Very Minor Bug

Post by firai »

When comments are entered on their own line in the encoder, it seems like the encoder adds another space after "@" each time it's processed. So if I start with a comment like this:

Code: Select all

@ This is a comment
After running the same code through the encoder 10 times, the comment will become:

Code: Select all

@           This is a comment
This issue seems to only occur with comments on standalone lines.
Sam
grsbanks
Posts: 1122
Joined: Tue Apr 25, 2017 11:23 am
Location: Preston, Lancs, UK
Contact:

Re: Encoder - Very Minor Bug

Post by grsbanks »

Interesting. Thanks for raising this.
There are only 10 kinds of people in the world: those who understand binary and those who do not.
Post Reply