11.08.2020, 06:20
(This post was last modified: 11.08.2020, 06:20 by Erwin van der Zwart.)
Hi,
What you can do is this:
BR,
Erwin
What you can do is this:
Code:
Nombre_modo = grp.getvalue('32/1/21')
datotabla=storage.get('Perfiles Climas')
datotabla[Nombre_modo] = nil -- this will delete the sub table
storage.set('Perfiles Climas', datotabla)
Erwin