11-24-2022, 02:58 AM
No it was taking under 2 minutes to load 2 arrays for 279422 words maybe 30-40 secs, just that I was developing code and had to retest code every 2 minutes or so to work out blunders a step at a time.
It was most aggravating debugging the binary search I was rewriting instead of digging around for a copy.
I forgot to exit the dang function when the word was found! Yeah funny now
At least that part worked when I switched over to RA nothing else was... you have to dim fixed strings you can't just use a string the right length for RA (a little rusty).
It was most aggravating debugging the binary search I was rewriting instead of digging around for a copy.
I forgot to exit the dang function when the word was found! Yeah funny now
At least that part worked when I switched over to RA nothing else was... you have to dim fixed strings you can't just use a string the right length for RA (a little rusty).
b = b + ...