FROM : Power Mac User
DATE : Sat Apr 09 23:38:44 2005
On Apr 9, 2005, at 9:18 AM, <email_removed> wrote:
>
> Problem is that the GetIndString is just returning
> blank strings.
>
> any ideas
> paul
>
Hello!
If the file is a just a file with strings, in Cocoa you would probably
want to use:
[NSString stringWithContentsOfFile:@"aFile.rsrc"]
and get the characters into a string through NSString's
getCharacters:range: supplying the appropriate range of the text you
wish to get.
Regards,
<email_removed>
DATE : Sat Apr 09 23:38:44 2005
On Apr 9, 2005, at 9:18 AM, <email_removed> wrote:
>
> Problem is that the GetIndString is just returning
> blank strings.
>
> any ideas
> paul
>
Hello!
If the file is a just a file with strings, in Cocoa you would probably
want to use:
[NSString stringWithContentsOfFile:@"aFile.rsrc"]
and get the characters into a string through NSString's
getCharacters:range: supplying the appropriate range of the text you
wish to get.
Regards,
<email_removed>
| Related mails | Author | Date |
|---|---|---|
| paul webb | Apr 9, 17:30 | |
| Steven Kramer | Apr 9, 20:14 | |
| Power Mac User | Apr 9, 23:38 |






Cocoa mail archive

