Cue List Looping & Cue Manipulation with Macro

Ive been trying to write a macro to loop through a cue list and delete any cues with unused mark flags.

This is because I have a Record Q macro that automatically marks for me using the 'Mark Earliest M' flag.

It also creates a part 20 cue with a mark flag assigned to it. The down side of side though is that once the show is programmed there are heaps of unused mark flags sitting in unneeded part cues.

I've therefore been trying to write a macro that would solve this problem created by my other macro...

A possible solutions I have come up with is using next and last to travel through the list using the loop begin command, and then using a query to see if the part cue has only tracking data. But then I cant think of a way to delete the part cue from the result of the query.

Any Thoughts?

Parents Reply Children
Related