*Raptor help
So digit[x] doesn’t have a fixed amount of digits, it justdepends on how many digits are inputted. Is there a way to test allof the numbers in the array in one function for numeric value likeI attempted to in the picture above (my attempt didn’t work)?Thanks.
(digit[1] – length_of(digit))>=’0′ && (digit[1] – length_of(digit))<=’9′ PUT “That is a number” PUT “That is not a number” Show transcribed image text (digit[1] – length_of(digit))>=’0′ && (digit[1] – length_of(digit))
Expert Answer
Answer to *Raptor help So digit[x] doesn’t have a fixed amount of digits, it just depends on how many digits are inputted. Is ther…