On 27 Jan 2011, at 19:56, Rick Harrison wrote:

> rename "imac27.jpg" "imac2012.jpg"
> 
> what's below doesn't work:
> 
> put "imac27.jpg" into NameOfOldFile
> put "imac2012.jpg" into NameOfNewFile
> rename NameOfOldFile NameOfNewFile


Uhm that's wrong syntax, it should be:

rename NameOfOldFile to NameOfNewFile
rename "imac27.jpg" to  "imac2012.jpg"

maybe that's the problem?

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to