What am I missing here, I could have sworn this was supposed to work:
[lua]guid = {};
guid.used = {};
local currentGuid = ‘8477CFBA-F15C-EFEC-D155-6646D326B3B2’;
guid.used[currentGuid] = currentGuid;
print(#guid.used); – Says 0[/lua]
Thanks! [import]uid: 19193 topic_id: 21277 reply_id: 321277[/import]
