@'Event$variable' iphone Object C -


$ variable = 1;

How can I do this? I need to enter 1 2 3 4 5 in @ "Event" or @ 'Event'

< P> Stabs in the darkness here, but do you want it?

  int variable = 1; NSString * str = [NSString stringWithFormat: @ "event% d", variable];  

Comments