THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/02/2006 at 05:20, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Hi @all,
how can I fill a 2-dimension arry in cof ?
I tried this, but ist doesent work..
//new 2-dim-array
arrpos = new(array, 12,1);
...
//filling up with for
...
arrpos[arrzaehler] [0]= (pos);
arrpos[arrzaehler] [1]= (pos);
...
//displaying value 1
println(arrpos[0][0],arrpos[0][1]
greeting from Freiburg, Germany