Have problems with searching numeric loop

Hello. Trying to build a loop which return bool value in dependence of numeric in string. If we have numeric no matter how many - we should return false, if not - all good, we need true.

Actually, loop on the picture is working

(after some tests i doubt) but i’m trying to make it more… beatifull. Can you help with it?

Thank you but i need set some widgets is it’s numeric. I need branch after this function?

Sorry, can you be a bit more specific?

You could say:

This will exit on the first numeric it finds…

It has no exit clause for when it finds numeric.

You don’t need to do the break, the function does that for you…

Yes i mean smth similar.

cool… :slight_smile: