j
k
j a
j l
hi This used to work:
program fil; var i : integer; s : string( 500 ); begin for i := 1 to 500 do s[ i ] := ' '; writeln("ok"); end.
Now I get "Value out of range"
Is it me or it? Russ
Back to the thread
Back to the list