How to add an integer into String using objective c?
Posted
by Tattat
on Stack Overflow
See other posts from Stack Overflow
or by Tattat
Published on 2010-03-16T14:35:17Z
Indexed on
2010/03/16
14:36 UTC
Read the original article
Hit count: 441
objective-c
|syntax
I am a java programer, I found that the Java is very gd at doing string. If I want to do this objective c, how can I do in objective c:
System.out.println("This is a "+123+" test");
© Stack Overflow or respective owner