Florian Klaempfl wrote:
> Hans-Juergen Taenzer wrote:
>> Sorry, but it isn't.
>>
>> I downloaded the newest snapshot (compiler and rtl) with date
>> 9.9.05.
>>
>> The error still exists.
> c:\fpc>c:\fpc\compiler\ppc386 -n -Fuc:\fpc\rtl\un
Luiz Américo wrote:
> Hans-Juergen Taenzer wrote:
>>
>> at the end of ParamStr(0) there is a wrong character.
>>
> This is fixed in fpc 2.0.1 or 2.1.1
Sorry, but it isn't.
I downloaded the newest snapshot (compiler and rtl) with date 9.9.05.
The error st
Hello,
at the end of ParamStr(0) there is a wrong character.
A small testprogramm:
<-->
Program t1;
var
i : longint ;
begin
Writeln( 'paramstr(0): <' + paramstr(0) + '>');
Writeln( 'Count other Parms: ', ParamCount);
Writeln( '