Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.pascal.delphi.misc > #666

Re: Help ranking chess football

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Hans-Peter Diettrich <DrDiettrich1@aol.com>
Newsgroups comp.lang.pascal.delphi.misc
Subject Re: Help ranking chess football
Date Sun, 30 Nov 2014 22:14:59 +0100
Lines 14
Message-ID <ce1k9tFtjcuU1@mid.individual.net> (permalink)
References <547b7f64$0$44198$4fafbaef@reader2.news.tin.it>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding 7bit
X-Trace individual.net udHvLyvKqicaygK+G1ahXgzMZbM4xyM3OatLBocRha+x7jEWJ6
Cancel-Lock sha1:LEyRq3KE4npiNF+gYPbOHBDQ/bc=
User-Agent Thunderbird 2.0.0.21 (Windows/20090302)
In-Reply-To <547b7f64$0$44198$4fafbaef@reader2.news.tin.it>
Xref csiph.com comp.lang.pascal.delphi.misc:666

Show key headers only | View raw


LuigiPaolo schrieb:

> Everything is based on the SET of Delphi7 and ranking
> 
> works perfectly only if the players do not exceed the number of 255.
> 
> The problem is that the SET can not contain more than 255 items

You can use TBits for more than 255 members. Some functions:

Contains := MyBits[index];
MyBits[index] := Value; //Include/Exclude

DoDi

Back to comp.lang.pascal.delphi.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Help ranking chess football "LuigiPaolo" <venus444@alice.it> - 2014-11-30 21:34 +0100
  Re: Help ranking chess football Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2014-11-30 22:14 +0100
    Re: Help ranking chess football "LuigiPaolo" <venus444@alice.it> - 2014-12-03 02:07 +0100

csiph-web