-- thisisfunction = function()
local bad = { 0000005000000001, 0000000800000001, 0000004100000001} -- if hex add 0x before each number;
value = getAddressList().getMemoryRecordByDescription("40D").Value;
for v in pairs(bad) do
(if value == v) then
return;
end
-- more lua code....
-- blah blah
print("do something");
-- end
_________________
I'm rusty and getting older, help me re-learn lua.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum