Hi there, so I’m on the part where we are getting valid words from the list, I had to use the workaround of using a text file as the word list header file was causing long compile times, anyway I’ve put in all Isograms in place of wordlist in the lecture, code compiles fine but then when I go to play it it isn’t showing the number of valid words.
The code I’m using is:
PrintLine(TEXT(“Valid words is… %c.”), GetValidWords(Isograms).Num());
PrintLine(TEXT(“Valid words -1 is… %c.”), GetValidWords(Isograms).Num() - 1);
so my questions are, am I using the right code? or do I have to type these checks another way as I’m using the Isograms with the text file method?
Thanks in advance.