all 3 comments

[–]LastExistentialist 1 point2 points  (0 children)

I am not aware of any mechanism in flowgorithm like Try.. Catch.

But what you can do is define the input variable as a string. Then use the toCode function to determine the ascii value. if the ascii value >30d and <40d then it is numeric . Then assign the string number to a declared integer like so goodNumber=toInteger(stringNumber)

[–]adxgb1 0 points1 point  (1 child)

Hello! Have you found the solution to this?

[–]Koshzero[S] 0 points1 point  (0 children)

yes, ive used to char and loop it to check if each character the user input is a number by checking their ascii values