Update a Float Array Entry
ov = fao:set(idx, v)
Parameter | Type | Description |
---|---|---|
idx |
integer | Index of the array (1 .. count) |
v |
number | Value to set |
Returns | Type | Description |
---|---|---|
ov |
number | Original value before update |
idx=1
is the oldest entry.