what is the best/easiest way to increase the size of a set if the set is defined
as the following?
const
CMaxCount = 255;
type
TMsgAreas = set of 0..CMaxCount;
var
MsgAreas : TMsgAreas;
is a set of sets possible?
how is a set of sets defined?
how are the elements in the sets accessed?
--
NOTE: No off-list assistance is given without prior approval.
*Please keep mailing list traffic on the list* unless
private contact is specifically requested and granted.
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal