Hi DDrennan,
If you want to loop over every graph, you need to use "P" option in Doc -e command, insread of "L" option (which scans every layer in a single graph). E.g.:doc -e P { // loop over graphs
string GraphName$ = %H;
if (find(GraphName$, "Graph")>0) {
save -i %Y%H; //Save graph in the User Files Folder
}
}
Hope I didn't misunderstand what you intended.
--Hideo Fujii
OriginLab