I am thinking of further advancing my idea of keeping track of outside temperature. Stumbled upon the following thread: HOW-TO: Time Series - #22 by LibraSun, but alas it is locked. I see one can create an array object using push() and set the 3rd parameter to control its length and shorten it ‘from the left’, taking out the oldest value. Now… is there a way to reference a particular element and extract the value? Clearly, I tried the object[0] method with index as 0 but that didnt exactly work.
1 Like