[Biococoa-dev] converting from 3-letter code to 1-letter code

Charles Parnot charles.parnot at gmail.com
Wed Aug 31 18:16:43 EDT 2005


when you call:

     NSString *oneLetterString = [self  
convertThreeLetterStringToOneLetterString: aString symbolSet: aSet];

self is the target, and it is the class object. So indeed you are  
trying to call the class method and the compiler complains.

charles


--
Xgrid-at-Stanford
Help science move fast forward:
http://cmgm.stanford.edu/~cparnot/xgrid-stanford

Charles Parnot
charles.parnot at gmail.com






More information about the Biococoa-dev mailing list