Re: Str255 Conversion
Re: Str255 Conversion
- Subject: Re: Str255 Conversion
- From: Janek Priimann <email@hidden>
- Date: Wed, 12 Mar 2003 22:29:10 +0200
>
Hi,
>
I need to convert a Str255 to an NSString. I am using voice
>
recognition. All is well, except for the Str255. How do I do it? What
>
exactly is a Str255? I mean, I thought I knew everything :) Thanks in
>
advance...
Str255 is a type definition, and is actually an array of 256 UTF-8 characters:
typedef unsigned char Str255[256];
-----------------------------------------
Hot Mobiil - helinad, logod ja piltsunumid!
http://portal.hot.ee
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.