Posted 18 June 2015 - 01:07 AM
The title is the best I can describe this.
The code is (This is only a little snippet of the code, where the problem happens):
was equal to "Intelligent" then it would become "Intel…". But, instead it stays "Intelligent"
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).."..."
end
if bigList