On 12/04/2014 at 08:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;
---------
Hi really silly basic question here:
How do i print variables and objects to the C4D console?
I know i can use something like:
GePrint(LongToString(myLong));
But is there an easier way if you have a lot of different variable types and objects?
Transitioning from Python where i could pretty much just say Print(myObjectOrVariable) and it`d dump it onto the console..