Delete occurence from roster

Discussions about editing and cleaning data
Forum rules
New release: CSPro 8.0
Post Reply
Anne
Posts: 104
Joined: January 11th, 2012, 12:55 am

Delete occurence from roster

Post by Anne »

I'm trying to figure out how to delete a row in a roster in my batch edits. Anyone knows how?

(I know it's the last one I want to delete, so I tried to decrease maxocc, but as expected: this didn't work ;) )

Anne
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Delete occurence from roster

Post by josh »

Have you tried the delete function? You pass it the record name and occurrence number:

delete (PERSON_REC(i));
Post Reply