Is it correct to use "appends" when an append operation is repeated?
I can append something once. E.g. append a sentence to a document containing my CV. What if I do it several times? Would it be legal to use "appends" when expressing it? E.g.: I did a lot of appends to my CV.
Is the following example correct?
The program I’m working on has a lot of string appends (500+).
What would be a better or legal expression?

Is there any reason you haven’t accepted an answer?
. D. O'Conal: I have now accepted an answer.