Truncate a string. Be carefull, the string memory is dynamically changed and the old value is lost.
fun [S I] S
Return : S the string result or nil if error
_fooS strtruncate "I'm the best after them" 12;