Sorry. My argument name to set the string was "string" and that prevented operation evidently.
On Tue, Mar 21, 2017 at 10:43 AM Eric E. Dolecki <edole...@gmail.com> wrote: > I have a view & I update a label within it. Super simple. > > My string is like > label.text = "Connecting to \"\(useName)\"" > > I want the double quotes around that variable. As soon as the useName > variable (a string) is inserted, anything after that does not go into the > label. > > label.text = "Connecting to \"\(useName) muwahahaha" > - no muwahahaha in the label. > > What might be happening? I feel stupid here. > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com