In my console program I'm writing I need a way to get a number from the user. It needs to accept only digits (numbers from 0-100). Right now I'm using console_readline and I need a way to keep the user from typing in letters.

Is there something built in to thinbasic that will do this or do I need to write a function?

Thanks