>> 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: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
