On Thursday 19 April 2007 00:36, Stewart Holden wrote:
> 2) The Help file example for tables is tables{'A'} = [1,1,2,2,3,3,] -
> why is each number in here twice? Is this the reason some of the table
> numbers were missing on the "sdsc" printouts I gave to players at
> Durham? Is there any way to avoid the need to give each number twice?
I think that's because in the USA, they refer to boards and tables,
instead of just tables. The above example assigns boards 1 and 2 to table
1, boards 3 and 4 to table 2, and boards 5 and 6 to table 3.
What they call "boards" in the US are referred to as "tables" in the UK,
so the above example would translate to:
config tables{'A'} = [1,2,3,4,5,6]
> 3) Some UK events are starting to use scores as well as just spread (at
> last). Thus if the config line entry="absp" could be changed to
> entry="spread" it would be more accurate.
Good suggestion.
> 5) 'missing' by division as well as round would definitely be useful.
Also a good suggestion.
> 6) How do I get TSH to open up with an older tournament, not just the
> most recent config.tsh in the most recent directory?
Run tsh with the name of the folder containing the event you want to open.
If for example, you have two folders, called "durham2007"
and "romford2007", where Romford has a newer config file, then running
tsh like this:
tsh.pl durham2007
will make it open the Durham event instead of Romford.
--
Anand