forum bug?

For everything that's not in any way related to PureBasic. General chat etc...
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

forum bug?

Post 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.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post 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
Last edited by Joakim Christiansen on Tue Jun 13, 2006 1:18 pm, edited 1 time in total.
I like logic, hence I dislike humans but love computers.
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post by Bonne_den_kule »

?
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Bonne_den_kule wrote:?
I edited my post, understand now?
I like logic, hence I dislike humans but love computers.
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post by Bonne_den_kule »

I see
Post Reply