gettingstarted
[Top] [All Lists]

Re: Round robin draw class

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Round robin draw class
From: "Steve Garman" <realbasic at garman dot demon dot co dot uk>
Date: Wed, 31 May 2006 09:27:56 +0100
Delivered-to: listarchive at realsoftware dot com
Delivered-to: gettingstarted at lists dot realsoftware dot com
> Just as a matter of interest, the Byes don't show up for odd number
> lists. I realise they don't really need to (it's superfluous data)
> but I wasn't sure if they were supposed to or not.

In the OneRound function, there's this code.

  If allowByes Then
    minLop = 1
  Else
    minLop = 0
  End If

If you want to show byes, you could just replace that with
  minLop = 0

Or give public access to allowByes and don't set it in the getTable
function.

I should probably have called it "ShowByes" to cause less confusion.

--
Steve Garman
Using REALbasic 2006r2 Professional on Windows XP Pro



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>