• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
reassignment using convenience methods
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reassignment using convenience methods


  • Subject: reassignment using convenience methods
  • From: Robert Borsuk <email@hidden>
  • Date: Sun, 5 Oct 2003 21:38:53 -0400

Hi,
I've read through a couple of a couple of the Memory management articles (stepwise - oreilly) and I haven't seen anything about the following:

NSString *myString;

myString=[NSString stringWithString:@"first assigned"];

//do some stuff

myString=[NSString stringWithString:@"reassign to another string"];


Is reassigning via convenience methods , in the same method, okay?

Thanks
Rob


Rob Borsuk
email: email@hidden
Colourfull Creations
Web: http://www.colourfull.com
_______________________________________________
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.

  • Follow-Ups:
    • Re: reassignment using convenience methods
      • From: Alex Lock <email@hidden>
    • Re: reassignment using convenience methods
      • From: Jonathan Jackel <email@hidden>
  • Prev by Date: Problem Launching Cocoa App...
  • Next by Date: Re: Problem Launching Cocoa App...
  • Previous by thread: Re: Problem Launching Cocoa App...
  • Next by thread: Re: reassignment using convenience methods
  • Index(es):
    • Date
    • Thread