B
Boni
Hi all,
String *A="kkkj"
String *B="kkkj"
Is there something easier then
String *C=String::Concat(A,B)
Why can't it just be as in C# C=A+B.
Thanks,
Boni
String *A="kkkj"
String *B="kkkj"
Is there something easier then
String *C=String::Concat(A,B)
Why can't it just be as in C# C=A+B.
Thanks,
Boni