06.11.2018, 12:16
What are the methods of object found by grp.find method?
I've thinked that it has all grp methods but unfortunately not, e.g. there is no getvalue(). Maybe there is some description about its methods because when I log it I see only individual properties and no prototype's methods.
Code:
obj = grp.find('1/1/1')
obj:write(3)
I've thinked that it has all grp methods but unfortunately not, e.g. there is no getvalue(). Maybe there is some description about its methods because when I log it I see only individual properties and no prototype's methods.
Done is better than perfect