Subj : Error compiling this source in Pascal
To : Rodrigo Cesar Banhara
From : Tony Master
Date : Sun Sep 04 2016 08:24 pm
On 09/04/16, Rodrigo Cesar Banhara said the following...
RC> How to overcome this error on Lazarus?
RC> This is the error generated by Lazarus:
RC> And this is the source I used:
RC> procedure oneliners;
RC> var Twriters : array[1..10] of string;
RC> var Toneliner : array[1..10] of string;
RC> var S : string;