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/07/2005 at 12:01, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8 Platform: Windows ; Language(s) : C.O.F.F.E.E ;
--------- Hello, I'm new to C.O.F.F.E.E and I'm currently programming a random-number generator for a project. I want to use the SysTime to generate new values each time I run the code. I tried to declare a var like this: time = new(SysTime); and different methods:P time= time->GeGetSysTime(); GeGetSysTime(time); and a few others. Sorry for the Noobquestion but I would be gratefull for an answer. Thanks.
On 14/07/2005 at 00:30, xxxxxxxx wrote:
Try this:
println(GeGetSysTime()->year); println(GeGetSysTime()->month); println(GeGetSysTime()->day);