sending a fax from safari
sending a fax from safari
- Subject: sending a fax from safari
- From: Robert Whittle <email@hidden>
- Date: Wed, 14 Jul 2004 10:10:02 +0200
Hi there. I'm brand new to applescript, and ... I've run in to a little
problem.
My goal is to send a fax via applescript and I can across this example:
http://developer.apple.com/technotes/tn2002/tn2082.html
set theDoc to alias "Macintosh HD:ReadMe"
set printConfig to {copies:3, starting page:2, ending page:2, target
printer:"Prints Charming"}
print theDoc with properties printConfig with print dialog
When I try and compile this script I get the following error:
Expected ":" but found identifier.
(the script doesn't seem to like the space in "starting page:2" on line
2:
I also get an error on the next line (line 3)
Expected end of line, etc. but found identifier
"printConfig" is highlighted as the offending element
Thanks
Robert Whittle
--------
Robert Whittle
BookAssist
email@hidden
http://www.bookassist.com
_______________________________________________
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.