boeh boeh, font test, boeh boeh. =D

S

Skybuck Flying

Test

Can you read this stuff even in plain text ?

Since it has a courrier font...

begin
begin
begin
begin
end;
end;
end;
end;

Hmm interesting as soon as I press tab it changes font to arial :(

But ofcourse I can select everything and simply change it back to courrier ;)

Courrier would be better for posting code ;)

God damn... I just changed the font back to courrier... look at that the indentation is wrong...

Outlook express is hopeless lol =D

Me shouldn't write code in it anyway...

Copy/pasting should work nicely though.. let's try:

Just some random stuff:

:0045237A 9E sahf
:0045237B 7302 jnb 0045237F
:0045237D B201 mov dl, 01

* Referenced by a (U)nconditional or (C)onditional Jump at Addresses:
|:004522D1(C), :0045235A(C), :00452365(C), :00452370(C), :0045237B(C)
|
:0045237F 8BC2 mov eax, edx
:00452381 8BE5 mov esp, ebp
:00452383 5D pop ebp
:00452384 C23000 ret 0030


:00452387 90 nop
:00452388 83C4D0 add esp, FFFFFFD0
:0045238B 33C0 xor eax, eax
:0045238D 890424 mov dword ptr [esp], eax
:00452390 C744240400002440 mov [esp+04], 40240000
:00452398 33C0 xor eax, eax
:0045239A 89442408 mov dword ptr [esp+08], eax
:0045239E C744240C00002440 mov [esp+0C], 40240000
:004523A6 33C0 xor eax, eax
:004523A8 89442410 mov dword ptr [esp+10], eax
:004523AC C744241400005940 mov [esp+14], 40590000
:004523B4 33C0 xor eax, eax
:004523B6 89442418 mov dword ptr [esp+18], eax
:004523BA C744241C00002440 mov [esp+1C], 40240000
:004523C2 33C0 xor eax, eax
:004523C4 89442420 mov dword ptr [esp+20], eax
:004523C8 C744242400004940 mov [esp+24], 40490000
:004523D0 33C0 xor eax, eax
:004523D2 89442428 mov dword ptr [esp+28], eax
:004523D6 C744242C00002640 mov [esp+2C], 40260000
:004523DE FF742404 push [esp+04]
:004523E2 FF742404 push [esp+04]
:004523E6 FF742414 push [esp+14]
:004523EA FF742414 push [esp+14]
:004523EE FF742424 push [esp+24]
:004523F2 FF742424 push [esp+24]
:004523F6 FF742434 push [esp+34]
:004523FA FF742434 push [esp+34]
:004523FE FF742444 push [esp+44]
:00452402 FF742444 push [esp+44]
:00452406 FF742454 push [esp+54]
:0045240A FF742454 push [esp+54]
:0045240E E839FDFFFF call 0045214C
:00452413 84C0 test al, al
:00452415 740C je 00452423

Ok looking good.

vBoundingBoxX2 : double;
vBoundingBoxY2 : double;
begin
result := false;

vDeltaX := EndX - StartX;
vDeltaY := EndY - StartY;

vDistanceX := PointX - StartX;
vDistanceY := PointY - StartY;

if (vDeltaX * vDistanceY) = (vDeltaY * vDistanceX) then
begin

if (StartX<EndX) then
begin
vBoundingBoxX1 := StartX;
vBoundingBoxX2 := EndX;
end else


Hmmm no tabs but ok still looking better.

Now the question is if it can be read by others who have plain text set.

Bye,
Skybuck.
 
K

Keith Thompson

Feel free to post test messages to alt.test or misc.test. Please
don't post test messages to technical newsgroups, particularly
comp.lang.c.
 
N

Nicholas Sherlock

Keith said:
Feel free to post test messages to alt.test or misc.test. Please
don't post test messages to technical newsgroups, particularly
comp.lang.c.

Does Skybuck plague your newsgroups too? I thought this blight was only
confined to the Delphi groups.

Cheers,
Nicholas Sherlock
 
S

Skybuck Flying

Keith Thompson said:
Feel free to post test messages to alt.test or misc.test. Please
don't post test messages to technical newsgroups, particularly
comp.lang.c.

God damn, I thought I included alt.test... lol I must have delete it oh no.
 
R

Richard Heathfield

Keith Thompson said:
Feel free to post test messages to alt.test or misc.test. Please
don't post test messages to technical newsgroups, particularly
comp.lang.c.

In this particular case, Keith, I recommend s/test m/m/g
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top