RE: Beginner's questions
RE: Beginner's questions
- Subject: RE: Beginner's questions
- From: "Smith, Bradley" <email@hidden>
- Date: Wed, 17 Oct 2001 09:47:21 +0100
If you have a keyboard without [ and ] then you can use trigraph sequences
instead i.e.
[ = ??(
] = ??)
It down't look pretty though e.g. :-
myString = ??(??(NSString alloc??) init??)
There are others as well. These were introduced into ANSI C so you should be
okay with Obj-C though I haven't tried it.
Brad
>
>What? What kind of keyboard to you have? I've never seen a keyboard
>
>without square brackets. They are just above and to the left of the
>
>'return' key in QWERTY.