[Newbies] Character>>#isSpecial?

John-Reed Maffeo jrmaffeo at gmail.com
Sun Aug 11 02:27:39 UTC 2019


Check out the class methods in #Character in the category "accessing
untypeable characters" and see if that will help you write the method you
need.

-jrm

On Fri, Aug 9, 2019 at 4:31 PM Thiede, Christoph <
Christoph.Thiede at student.hpi.uni-potsdam.de> wrote:

> 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
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/beginners/attachments/20190810/f676857a/attachment.html>


More information about the Beginners mailing list