The code is (This is only a little snippet of the code, where the problem happens):
if bigList[s].Name:len() >= 7 then bigList[s].Name = string.sub(bigList[s].Name, 1, 6).."..." endif bigList[s] was equal to "Intelligent" then it would become "Intel...". But, instead it stays "Intelligent"











