Can't figure out how to set multiple object elements at a time?
For example, how to write
myobject.field1 = 12;
myobject.field2 = 13;
myobject.field3 = 14;
myobject.field4 = 15;
myobject.field5 = 16;    
myobject.field6 = 17;
without writing myobject. multiple times? Somehow with comma syntax?
 
     
     
    