> WriteLn('Content-type', type); WriteLn;
>
>> I am translating a library of mine written in C into Pascal. How do
>> I write \r\n\r\n in Pascal?
>>
>
> WriteLn; WriteLn;
Yes, it is correct. I was having problem with this, for I believed it was
non correct. But the mistake wasn't here. The mistake was because I was
not giving execute permission to the program. I had given execute
permission to a previous version of the program, then I rcompiled it again
but withous giving it execute permission. So the server was using the old
copy it had in the cache.
Francesco
--
Teaching OnLine
Corsi online di programmazione
Php, Asp, C, C++, Visual Basic, Delphi
Linux Shell Programming
------------------------------------
http://www.teachingonline.it


|