Re: Simple C Question
Re: Simple C Question
- Subject: Re: Simple C Question
- From: Malte Tancred <email@hidden>
- Date: Thu, 31 Jan 2002 15:20:27 +0100
Nathan Day:
No I think he means [[NSString alloc] initWithFormat:@"%c", 'c' ]
Or perhaps:
char charVariable = 'a';
[NSString stringWithCString:&charVariable length:1];
:-)
Cheerio,
Malte
--
Malte Tancred
Computer programmer, Oops AB, Sweden
mailto:email@hidden
http://www.oops.se/