Re: busg or features?
8 Sep
1997
8 Sep
'97
1:37 a.m.
According to Sven Hilscher:
program Test;
var S : String(7);
begin S := 'SCHNAPS'; S := S + #48 + #48; { wow, the string expands the size - that's right? }
That's a bug: GPC is not yet able to catch range check errors like this one.
Writeln(S); Writeln(S + #48#48); { This is needed for Borland style! }
I will fix that. Thanks.
end.
Greetings, Peter Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201] maintainer GNU Pascal [970714] - http://home.pages.de/~gnu-pascal/ [970125]
10568
Age (days ago)
10568
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Gerwinski