I would like to do 

        mungedRegistration = [...]
        registrationString = NSString.stringWithUTF8String(mungedRegistration)

but this results in 

        can't convert Array into String (TypeError)

What is the best approach here? 

I do need my munged registration to be an array since I'm initializing it with 
numbers and then do calculations on these numbers to convert them into 
character values. 

        Thanks, Joel

---
http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont





_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to