in reply to Re: How would you go about it?
in thread How would you go about it?
Yes you are completely right, I got mixed up because originally I was using unless statements instead of negated if statements, but I'm used to using if (!exp) so I changed it and it got lost in the conversion. Thanks for pointing that out.
I will look into validating octals thanks ya'll.