Sorry for the trivial question
how do you count the number of lines of an arrey (which I created with this code)?
var perstaz = fEmissioneRicevuta.getRange (16,2,11,2) .getValues ();
and how is it assigned to a variable (I tried that)?
var x = perstaz.lastIndexOf
As a result I only get a -1.0