私はこの IBAction を持っていて、このメッセージを送信したいです: Toggle "Program Time" , but this message contains "" my problem is how to use "" in a string?
私のコード:
-(IBAction)sendToggleTime{
[connection SendCode:@"Toggle Program Time"];}
そして私が欲しい:
-(IBAction)sendToggleTime{
[connection SendCode:@"Toggle "Program Time""];}