Search found 1 match
- Wed Mar 26, 2025 6:04 pm
- Forum: Help Me
- Topic: this script errors out on line 33
- Replies: 0
- Views: 5280
this script errors out on line 33
I am trying to script the sorting of open Photoshop documents by name. It errors out on the execute command. Any insight greatly appreciated. _________________________________________________ // Photoshop Script to sort open documents by name if (documents.length > 0) { // Create an array to hold do...