A couple of questions bplus - 1st, QB64 does not have a way to search a variable of numbers without the conversion to a string? for example Today = 20190201 so Day = Left(Today,2). Is that correct?
2nd, in The Bulls and Cows AI search you have a line "FOR i = 123 TO 9876", where does the 123 come from? Is that ceding the order of a correct answer or just simply reducing the number of iterations?
Thanks