Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

+1 vote
386 views

There is a typo in the tag and it just keep on going without stopping:

        "with name 'H' find a cache where upper == 'H'.",
        "with name 'I' find a cache where upper == 'I'.",
        "with name 'P' find a cache where upper == 'P'.",
        "with name 'P' find a cache where upper == 'P'.",
        "with name 'I' find a cache where upper == 'I'.",
        "with name 'H' find a cache where upper == 'H'.",
        "with name 'I' find a cache where upper == 'I'.",
        "with name 'I' find a cache where upper == 'I'.",
        "with name 'R' find a cache where upper == 'I'.",
        "with name 'I' find a cache where upper == 'R'.",

 

in Miscellaneous by Pete_P (150 points)
I guess mole125 will run into this topic, but it would be easier to contact him using geocaching email feature, because nobody else can fix this problem for him.
Also the second last row is wrong as I see.
And for the next time, it would be easier to comment on the original quesiton, than to divide it into more questions
I've fixed the typo, I'll have a look why it keeps on going for you - it seems to work fine for most people but there's obviously a corner case where it isn't happy (or just very slow)
I've managed to fix the timeout - one of my optimizations was back to front so it was taking ages to realise that you didn't qualify.

1 Answer

0 votes
acording to mole125 the typo is fixed.

:-)

regards

Harnold
by Harko72 (4.9k points)
...