This content has been marked as final.
Show 3 replies
-
1. Re: [CS2/CS3 JS]
Kasyan Servetsky Oct 14, 2008 2:55 AM (in response to Skempy)app.activeDocument.pasteboardPreferences.minimumSpaceAboveAndBelow = "50 mm"; -
2. Re: [CS2/CS3 JS]
Skempy Oct 14, 2008 4:46 AM (in response to Skempy)Thank you.
What a shame the error message didn't say something like "Value not recognised"
Simon. -
3. Re: [CS2/CS3 JS]
(Dave_Saunders) Oct 14, 2008 5:27 AM (in response to Skempy)That kind of error message would be a runtime error, but your original is a syntax error, so there's no hope of such a clear message -- it told you that it didn't like the "mm" suggesting that you should have used a semicolon -- which would probably have done the job for you if your units were set to millimeters anyway.
That's after you changed to a lowercase "P" of course.
Dave

