Reply To: Export All Open Doc to JPG

#85992
Matt Isaac
Participant

In your script, I notice that you have some variables that are not assigned a value. What is the purpose of assigning a variable but not giving it a value?
example:var myFilePath;
var myFile;
etc...

Also within the loop you call the variables without indicating they are variables
example:myPage = myPages[j]; whereas you do in other instances: var myFile = new File(myFilePath); Is there reason for this?

This article was last modified on June 22, 2016

Comments (0)

Loading comments...