|
Re: Variables, VDN's and Vectors
"change variables"
This command will let you define your variables, here is my line:
Var Description Type Scope Length Start Assignment VAC
A ultimo_vdn vdn L latest
As you can see the name of the variable is A, so when you refer to that variable that's what you'll have to put in your vector.
This is my vector:
01 goto step 7 if counted-calls to vdn active > 3
02 goto step 9 if A = 9448
03 goto step 13 if A = 9622
04 goto step 13 if A = 9077
05 goto vector 28 if unconditionally
.....
As you can see one vector can be used for different VDNs with different paths for each VDN.
Thera are more types of variables, just use the help and play with them.
|