The count is right V1.0 08/08/2000 WARNING This application contains code that has been produced by a rather poor programmer... That means it can potentially damage or crash your organizer and lead to data loss. Please be sure to have a good backup prior to installing and while running this application, even if i actually didn't discover any bug... yet... ;-) INTRODUCTION The goal of this program is to find a solution to a TV game called "The count is right" where player need to compute a number between 1 to 999 starting with 6 others numbers randomly choosed among these values 1-9,10,25,50,100 and combined with the four basic operations + - x /. example : With 1, 4, 8, 5, 50, 3 compute 618 Result ==>OK it's possible : 618 50 - 8 = 42 42 * 5 = 210 210 - 4 = 206 206 * 3 = 618 USAGE For each operand number you choose its value in the list or you may randomly choose all the 6 by clicking on the "Loto" button, after that you may randomly choose the number to compute or you write it instead the 888 default value. You "clik" on the "Compute" button and you...wait... from 2-3 secondes to about 60 secondes if no solution exists... The result is written in the text field (you may copy it). LICENSE AND COPYRIGHT INFORMATION "The count is right" is freeware and is Copyright (C) Pierre TOUZEAU, 2000. ALL RIGHTS RESERVED. "The count is right" is freeware, it may be distributed freely, but not sold or included in for-profit collections without written permission from the author. Please do not redistribute "The count is right" without this file. LIMITED WARRANTY NO WARRANTIES. Pierre TOUZEAU expressly disclaim any warranty for the "The count is right". It and any related documentation is provided "as is" without warranty of any kind, either express or implied, including, without limitation, the implied warranties or merchantability, fitness for a particular purpose, or noninfringement. The entire risk arising out of use or performance of the "The count is right" remains with you. USE AT YOUR OWN RISK. In no event shall Pierre Touzeau or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use of or inability to use this product, even if Pierre TOUZEAU have been advised of the possibility of such damages. VERSION HISTORY 1.2 - August 21, 2000. 1st Release in English ==> 1.2 EN (1.2 FR = 1.2 EN) Beginning of internationalization : Strings in resource file - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1.1 - August 18, 2000 Button "Loto" added (choose randomly the 6 input numbers) Clean the result field before each new compute 1.0 - August 8, 2000. First public release.