made some changes in the loop.
seems to be copying the data nicely the way i want now
Code:
for i,v in pairs(addresses_table) do --Dialog.Message("Notice", ""..i.." "..v.."", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1); for count = min, max, step do ComboBox.InsertItem("Cameras", i, ""..v.."", ""); end
--Dialog.Message("Notice", ""..i.." "..v.."", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
Leave a comment: