Create a new function indicating if the string can be turned into a number
Create a new function indicating if the string can be turned into a number. For example, IsNumber() function could return 1 if the string can be turned into a number 0 if not.
2
votes
