Hi, I'm missing a simple selector.


I would like to check whether a character is a control character like Esc, an arrow or Character insert. Does there currently exist any better solution than testing [aChar asInteger < 32]?


Best,

Christoph