If I start a Bidding table, and selected Dealer Source/Advanced, I can paste code into the Dealer Source text box. If I check the box "Use this code...", the Redeal will then deal hands to that specification. This code: shape(north, any 4333 + any 4423) and hcp(north)>=15 and hcp(north) <= 17 and (hcp(south) >= 8 and hcp(south) <= 18) will generate a series of hands where North has a 1NT opener, and South has varied hands that have between 11 and 18 HCP. Googling on the web, I see that this is a subset of the input for Hans van Staveren's Dealer program which is described at http://www.andrew.cmu.edu/user/gc00/biddin...ler/dealer.html My objective here is to generate a series of hands for practice on BBO. I'm getting there slowly by trial and error. The code above generates a 1NT opening bid. I would like to develop similar code for all the 2 over 1 openings and responses so I can teach a new partner who has never played bridge and practice with them I imagine this as a long text document containing all the opening bids and responses, from which one could cut a particular lesson and paste it into the Dealer Source box. My questions are whether BBO or anyone else has developed code for the Dealer Source box to do that; and whether BBO has any documentation for using the Dealer Source box to help in that objective. Or do I have to do this by more trial and error?