Hi there,
i achieved this by righting a counter into a Data Table.
i have a integer in a Data Table which i get with every call and add 1 (counter)
I have another 2 integers set to 8 and 2 for 80 | 20 split
when counter id <= 8, i route to point A
when counter is > 8 and <= 10, i route to point B
when counter = 10, i reset the counter to 0
this is not the best way but was the closes i got
------------------------------
Reginald Sheraton
------------------------------