>> That is, how do I specify "to end of string"? >> > put char 7 to -1 of str into var You can also do: put char 7 to length(str) of str into var However the -1 is so much faster and easier to type... Ken Ray Sons of Thunder Software Email: kray at sonsothunder.com Web Site: http://www.sonsothunder.com/