23.09.2016, 16:53 
		
	
	
		Hi Claudio,
You save now the object address as string to the storage and get back '2/4/51' as string
and you send that as value to the address. The object dont understand that so result = nothing (:
use this to save the value correct to the storage: storage.set('myobjectdata', grp.getvalue('2/4/51'))
BR,
Erwin van der Zwart
	
	
	
You save now the object address as string to the storage and get back '2/4/51' as string
and you send that as value to the address. The object dont understand that so result = nothing (:
use this to save the value correct to the storage: storage.set('myobjectdata', grp.getvalue('2/4/51'))
BR,
Erwin van der Zwart
 
 

