Hey guys,
I’ve got some really long strings, and I need to cut them to an arbitrary size and add ‘…’ on the end…
Any ideas how I truncate the end of a string?
Hey guys,
I’ve got some really long strings, and I need to cut them to an arbitrary size and add ‘…’ on the end…
Any ideas how I truncate the end of a string?
guiText.text.SubString(0, guiText.text.Length = blah);
Nevermind