Hello
I’m using PhraseExpress network edition.
Here’s what I need to achieve.
I’ve created a variable called NumDev, that autoincrement each time we call it.
In a phrase when I need it I just put {#insert NumDev}
But sometimes I need to use 2 times the variable in the same phrase, but don’t want to increment it in that case.
For instance :
“Hello Mr Jones, we’ve created quote number 1234, that quote will be send by Email and the file will be called 1234.pdf”
But here’s what I get today
“Hello Mr Jones, we’ve created quote number 1234, that quote will be send by Email and the file will be called 1235.pdf”
Notice that since I’m calling 2 times NumDev, it gets incremented 2 times.
Thanks !
David