Thanks so much, this is what i wasnt able to grasp about rexEx. I was trying to use rexCompile, rexExecute, rexMatchp. Totally overlooked rexMatchList.. Now, how can i run axlRunBatchDBProgram through my list of selected films? my code that doesnt run correctly: films = axlGetParam("artwork")->groupMembers filmLayers = rexMatchList("^[0-9][0-9][0-9][0-9][0-9]-[0-9]_[A-Z][0-9][0-9]$", films) foreach( films1 filmLayers axlRunBatchDBProgram("artwork" strcat("artwork -f films1 " axlCurrentDesign(), ".brd"), ?noUnload t ?logfile "photoplot.log", ?warnProgram t)) so the problem is i dont know how to pass the variable to axlRunBatchDBProgram(). It thinks i want the film named films1 to run throguh, but i want it to be a variable in the foreach function. Thanks for the help!
↧