for k,v in pairs(exampleTable) do
print(i)
print(v)
end
for k,v in pairs(exampleTable) do
if type(v) == "table" then
for l,w in pairs(v) do
--random code
end
else
print(v)
end
end
You should start a new thread to ask that question. Mod discussion will be fine, so will general chat too to be honest. I don't know anything about smartglasses and not everyone follows this thread so you are only limiting yourself by the amount of responses you might get by asking here.One of the features of the program is supposed to allow users to view the amounts of different items in their AE system. This is done by entering the following chat commands whilst wearing terminal glasses linked to a bridge connected to the computer by peripheral cables:
$$addmon
$$the id of the item they wish to monitor
$$ the dv of the item they wish to monitor
The code seemed to work until I tried monitoring a second item at the same time causing an error I had earlier fixed to appear:
Smartglass:82: Parameter 'id' has null value, but is not marked as nullable
Would anyone be able to take a look at my code and help fix my problem?
Thanks in advance.