I have a form and I need to check if a input belongs to enum(0,1,2,3,..,n) Is there a simple way to check if my variable belongs to the set [0:n] ? Or do I have to write each condition (basically n<10, so it's feasible but not that practicle...)?
Bunu yapmak için yerli işlev yoksa, bana bunun için bir işlevi yapmak için nasıl bir ipucu verebilir misiniz?
Teşekkürler :)