ID:177114
 
Is there a proc that will return the first x number of characters in a string, if so what is it?
var/String = copytext(A,x+1)
In response to Garthor
Thanks.