A coworker asked me to write a program for him, but he ran into a problem later down the road and now I need to modify to the code.
I have this:
It runs fine with the rest of the code. But it turns out he now wants it to filter out WIPEOUTs and loop the explode command until there is nothing left to explode.Code:(SETQ |ss1| (SSGET)) (SETVAR "qaflags" 1) (COMMAND "explode" |ss1| "") (SETVAR "qaflags" 0)
Can someone point me in a right direction?