Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/02/2004 at 00:56, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.100 Platform: Windows ; Language(s) : C++ ;
--------- Like i can do this in COFFEE **_var str1 = "abc"; var str2 = "def";
println(stradd(str1,str2));_** Can anyone plz tell me what's the same method as the stradd in C++? For example i have String str1 = "abc"; String str2 = "def"; Thanks and regards
On 11/02/2004 at 07:26, xxxxxxxx wrote:
GePrint(str1+str2);