chunk question

Ken Ray kray at sonsothunder.com
Sun Jun 5 15:39:52 EDT 2005


>> 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/





More information about the use-livecode mailing list