[fpc-pascal] how to expand a set?
    wkitty42 at windstream.net 
    wkitty42 at windstream.net
       
    Wed Jun 15 15:55:54 CEST 2016
    
    
  
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.
    
    
More information about the fpc-pascal
mailing list