This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| activeDoc(); | |
| //multiplicateur, changer la valeur si désiré | |
| var multiplier = "1"; | |
| function activeDoc() { | |
| if (app.documents.length == 0) { | |
| alert("No document open"); | |
| return; | |
| } else { |