Changes

Jump to navigation Jump to search

var.makeNumericList

1 byte removed, 21:53, 6 June 2012
m
Line 25: Line 25:  
var.storeAt("mat", 13.3, 1, 1) -- puts the number 13.1 into the field 1,1 of the matrix
 
var.storeAt("mat", 13.3, 1, 1) -- puts the number 13.1 into the field 1,1 of the matrix
 
val = var.recallAt("mat", 1, 1) -- grab it back in lua</syntaxhighlight>
 
val = var.recallAt("mat", 1, 1) -- grab it back in lua</syntaxhighlight>
      
== Good to know ==
 
== Good to know ==

Navigation menu