lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


okay, I solved my issue with table.getn(disp) it appears. But I am still having an issue with for i,d in disp (and in using for i,d in pairs(disp) ) giving me an error for trying to access a nil value.