Comment by tialaramex 16 days ago Are you muddling the Pascal strings with the string slice? 1 comment tialaramex Reply nuc1e0n 12 days ago I mean nul terminated strings aren't great, but neither are strings with a defined length Strings generally have poor performance, so making them easy to use isn't necessarily a good thing.
nuc1e0n 12 days ago I mean nul terminated strings aren't great, but neither are strings with a defined length Strings generally have poor performance, so making them easy to use isn't necessarily a good thing.
I mean nul terminated strings aren't great, but neither are strings with a defined length Strings generally have poor performance, so making them easy to use isn't necessarily a good thing.