Hi
Is there something like a counter in VDP?
Raoul,
You can set variable named counter=0 and than later in dial plan (or in loop) use math block to increase value of variable counter for 1.
Raman
ahh ok thanks alot
I’m having a problem with Math but i dont know what here is the code for my Math Quote: Set(counter=${MATH(1+${counter})})
Hi Raoul,
I’m not clear with your question. Can you explain it in more detail?
BTW if you click on Math block you will be able to see code under Build tab (in the lower left corner).
Set(counter=${MATH(1+${counter})}) represents the following: counter=counter+1;
You must be logged in to reply to this topic.