Changes

69 bytes added ,  10:12, 21 April 2020
no edit summary
Line 645: Line 645:       −
SET(#TABLE1!B2:D5,1100);
+
SETVALUE(#TABLE1!B2:D5,1100);
   −
// sets into calci such values
+
// sets into calci such values. TABLE1 needs to be opened through 'New-->Calci'
   −
SET(#TABLE1!B2:D5,1..100);
+
SETVALUE(#TABLE1!B2:D5,1..100);
      Line 656: Line 656:  
1..1100.chunks(3) did not parse.
 
1..1100.chunks(3) did not parse.
   −
SET(#TABLE1!B2:D5,54..100.chunks(2));  
+
SETVALUE(#TABLE1!B2:D5,54..100.chunks(2));  
   −
SET(#TABLE1!B2:D5,54..100.chunks(2)~);
+
SETVALUE(#TABLE1!B2:D5,54..100.chunks(2)~);
     
writer
2,661

edits