On Mon, 17 Apr 2006, Peter Schorn wrote:
Dear all,
is the following a bug or might I have made a mistake in building gpc 20060325?
program strof; begin writeln(StringOf('')); end.
compiles but execution terminates with
invalid subrange size (error #301 at 1992b) Trace/BPT trap
I cannot find a "StringOf" in the gpc docs. Perhaps you meant "StringOfChar" ?
Russ