Page 1 of 1

Increment number?

Posted: Sun May 15, 2022 6:02 pm
by cubilas
Hello!

I am trying to find all instances of a string (<Instrument number="1">) and increment the number in quotes by another number N.

Example :
if N = 30 then \
<Instrument number="1"> will be replaced with <Instrument number="31">
<Instrument number="2"> will be replaced with <Instrument number="32">

Any help would be great, thanks!

Re: Increment number?

Posted: Thu May 19, 2022 2:44 pm
by DigitalVolcano
Sorry, there aren't any maths functions as of version 3.1, so I can't think of a way of doing this!