Page 1 of 1

forum bug?

Posted: Tue Jun 13, 2006 12:41 pm
by Trond
I just tried to write <binary> and it displayed as <binary>. I swear I wrote <binary> and not only <binary>!

Edit: Oh how can I explain this?
First <then>.

Edit again: For the third time, I'll try to explain it. First an opening triangle parenthesis. Then binary. Then a space. Then not. Then a closing triangle parenthesis.

Posted: Tue Jun 13, 2006 1:02 pm
by Joakim Christiansen
It also make a mess of this line:
\X <0> #ScreenWidth-1 Or \Y <0> #ScreenHeight-1

The correct line is:
\x less-than 0 Or \X more-than #ScreenWidth-1 or \Y less-than 0 or \Y more-than #ScreenHeight-1

Posted: Tue Jun 13, 2006 1:15 pm
by Bonne_den_kule
?

Posted: Tue Jun 13, 2006 1:19 pm
by Joakim Christiansen
Bonne_den_kule wrote:?
I edited my post, understand now?

Posted: Tue Jun 13, 2006 1:34 pm
by Bonne_den_kule
I see