I_R_Lee Posted May 7, 2003 Posted May 7, 2003 How do you combine strings in MC++? Also, is there a For Each...Next equivalent in MC++ and J#? Quote
vincentnl Posted May 7, 2003 Posted May 7, 2003 Combine ? you mean concat ? String::Concat(S"Hello ",str); Quote
I_R_Lee Posted May 7, 2003 Author Posted May 7, 2003 No, I mean the way you do in VB or C#, s = "123" + "456". I've tried that in MC++, but it won't work. Quote
*Gurus* divil Posted May 7, 2003 *Gurus* Posted May 7, 2003 vincentnl's solution will work fine for that. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.