// Select by Number of Path Points // Nathaniel Vaughn KELSO // 2007.July.20 // at Washington, DC // Version 0.1 var userPointPrompt = prompt('Select paths with LESS than how many points: ', '4'); if(documents.length > 0) { doc = activeDocument; // clear the old selection doc.selection = null; // Get the pth items myPaths = doc.pathItems; // If there are enough to process // if (myPaths instanceof Array) { // For each of the path itmes items for(i=0; i