This is my first program created with InForm. Firstly, I must reiterate members' comments on what a superb achievement is Fellippe's work in creating InForm. I have previously attempted to code in Microsoft's Visual Basic 6 (just about usable with no graphics available) and then their Visual Studio (completely unworkable). Fellippe has achieved everything that we should have desired from the Microsoft stuff with much easier usage and integrated into all that we wish to do in QB64. Hats off again to Fellippe.
The program provides all the solutions to a particular kind of puzzle (Trackword) which appears in a specialist magazine. Many years ago, I originally created a program for this in QuickBasic 2, and I have used this as a basis for learning to use InForm. InForm is so user-friendly that there was only a little work needed to convert from the original text-only program. In fact, the programming difficulty and interest was in the original work in creating the algorithm which finds all the solutions (and only those which are valid). Looking at the code now, it is quite difficult to work out how the algorithm works exactly. I must have been brighter all those years ago.
Should you be interested to run this specialist program, you will need to download the pdf. The solving routine needs tens of thousands of computational cycles and needs a modern fast machine. A slower machine will give a noticeable pause before answers are displayed. I should have programmed a progress bar, but I thought that this little starter project did not justify it.
Richard
[Edit: Manual updated 16/2/19]