15.02.2014, 06:46
Today, I've learned that you can use "strunpack" as opposed to "format" to copy strings:
I've not yet found any abnormalities or issues (I've tested smaller cells and bigger outputs), but it's significantly faster than using "format".
pawn Code:
new
str[13];
strunpack(str, "Hello there!");