in reply to How do I restrict a variable to a range of values?

convert to decimal character number using ord() and test that against a numeric range?
  • Comment on Re: How do I restrict a variable to a range of values?