16.12.2019, 17:42
Quote:
You're placing the hex code in before your @ character. So when it hits the @, it adds the hex code before, sending the @ further down the string, so then it comes across it again over and over.
I think you need to either put your color code after the @, or be sure to increase your index variable (i) by +8 to skip over it. |