Does anyone know if there is any problem with repeatedly setting a local variable to a negative value in a very high volume vector.
The switch converts it to the underflow character '#' and logs a vector event. The reason I am doing this is because the vdntime variable starts incrementing as soon as a call is received and includes any time a customer is in our IVR, which I don't want to happen. So I do a step such as:
set M = 60 sub vdntime variable
which will eventually return a '#' result.
The documentation doesn't necessarily say this is a no no. Anyone had any experience or alternate suggestions for achieving what I want?
Thanks
Nick
The switch converts it to the underflow character '#' and logs a vector event. The reason I am doing this is because the vdntime variable starts incrementing as soon as a call is received and includes any time a customer is in our IVR, which I don't want to happen. So I do a step such as:
set M = 60 sub vdntime variable
which will eventually return a '#' result.
The documentation doesn't necessarily say this is a no no. Anyone had any experience or alternate suggestions for achieving what I want?
Thanks
Nick