Copy link to clipboard
Copied
Hi everyone,
I'm working on a script that needs to run both under CS2 and CS3. To make this work, I'd need
some kind of version number, which, once acquired, will determine which functions (the CS2 functions
or their analogue for CS3) will be used. Any help would be appreciated, thanks in advance.
Cheers,
Arsenij
hi Arsenij,
for JS:
IDVersion = parseFloat(app.version);
robin
www.adobescripts.co.uk
Copy link to clipboard
Copied
hi Arsenij,
for JS:
IDVersion = parseFloat(app.version);
robin
www.adobescripts.co.uk
Copy link to clipboard
Copied
Thanks, that did the trick ![]()
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more