20 Apr
2006
20 Apr
'06
10:03 p.m.
The following program does not compile with gpc-20060325 (but was ok with gpc-20051116). program cpt; type String255 = String(255); function flux: String255; begin flux := 'Flux' end; begin writeln(Copy(flux, 2, 3)) { error: reference expected, value given } end. -- Peter Schorn mailto:peter.schorn@acm.org