Quote:
Originally Posted by Gunderak
If I closed the font tag the text would become black, but I want it to be white.
Thus pointless to close it.
|
It isn't pointless to close it. You're now writing not only bad GScript but also bad HTML—congratulations.
Yes, most of the issues I'd originally pointed out still exist, like not allowing text starting with a space rather than just trimming it, the use of four triggers when none (at most, two) are needed, the misuse of integers, the mixing of extent/width/height/clientextent, the bad naming of GUI controls, etc.
I wouldn't be so tough on you if you stopped ignoring advice. This does not belong in the code gallery.