The problem seems to be a general one with variables of Array[AType] of String(Capacity) which we use quite a lot. The capacity of the string if not always set. Sometimes it works and sometimes it does not and I can't find the pattern. Setting the capacity of each string in the program gets round the problem.
Theo Carr-Brion
On 12 Oct 2001, at 10:56, Theo Carr-Brion wrote:
The problem seems to be a general one with variables of Array[AType] of String(Capacity) which we use quite a lot. The capacity of the string if not always set.
In looking over the "To Do" list at:
http://agnes.dida.physik.uni-essen.de/~gnu-pascal/gpc_523.html#SEC523
...I note what appears to be a similar or the same problem listed in the "urgent bugs" section:
* schema fields of schemata are not initialized correctly 3A93D0C0.8F5A8308@zkm.de (sven19.pas)
-- Dave