[fpc-pascal] Re: Sets as array index?

Jürgen Hestermann juergen.hestermann at gmx.de
Tue Oct 15 17:44:08 CEST 2013


Am 2013-10-15 17:35, schrieb Jürgen Hestermann:
 > BranchSum[byte(F)] := Values[byte(F)];

This was not quite correct.
It should have been:

BranchSum[byte(F)] := Values;

But it was just an example.




More information about the fpc-pascal mailing list