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