Hello
I am try to do an if statement but have two or three options that can individually or singlarly trigger the if.
If isnumeric(my_number) or isnumeric(my_number 2) then Do something
What is the correct construction, this is proving hard to find.
Cheers