Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.pascal.delphi.misc > #666
| From | Hans-Peter Diettrich <DrDiettrich1@aol.com> |
|---|---|
| Newsgroups | comp.lang.pascal.delphi.misc |
| Subject | Re: Help ranking chess football |
| Date | 2014-11-30 22:14 +0100 |
| Message-ID | <ce1k9tFtjcuU1@mid.individual.net> (permalink) |
| References | <547b7f64$0$44198$4fafbaef@reader2.news.tin.it> |
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 | Next — Previous in thread | Next in thread | Find similar
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