This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

arithmetic on local - error
#4
res is not needed, the first value in the assignment will have the object value.
Code:
local strHuset1 = grp.getvalue('7/0/22')
log(strHuset1)

Some functions may return multiple values. Many of them use "res, err" form where res is the resulting value and err is the error text (only in case of an error, res is usually nil then).
Reply


Messages In This Thread
arithmetic on local - error - by sx3 - 16.11.2022, 19:13
RE: arithmetic on local - error - by admin - 17.11.2022, 07:04
RE: arithmetic on local - error - by sx3 - 17.11.2022, 07:15
RE: arithmetic on local - error - by admin - 17.11.2022, 09:08

Forum Jump: