Property (variable)
Property (variable)
- Subject: Property (variable)
- From: "Steve Suranie" <email@hidden>
- Date: Tue, 2 Sep 2003 12:49:47 -0400
- Thread-topic: applescript-users digest, Vol 3 #1970 - 17 msgs
Hi all:
I have a script which converts files from pdf to jpg and I want to keep a list of the files that have been successfully converted and those which have given me problems. I was going to set a property to do this but I can't seem to get it to function correctly. I was using the code below to test it out:
property howMany : 0
set howMany to howMany + 1
display dialog howMany
It works fine when I run it consecutively but once I quit it doesn't retain the value but reverts back to 0. Am I doing something wrong. I'm using OS X (10.2.6)
Thanks,
Steve
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.