VLS Roulette Forum

Roulette System Development & Testing => Roulette Coding Zone => Topic started by: vrucajanjetina on May 28, 2009, 11:19:32 AM

Title: Quick question
Post by: vrucajanjetina on May 28, 2009, 11:19:32 AM
I have a quick RX question:

How can I check if certain numbers have hit 3 times in a row.  Like, if only the numbers from the set { 5, 3, 9 . . .  } have appeared twice in a row.  It can be 3-5, 5-3, 9-3, 3-3. 

I hope you get my point.

Thanks in advance
Title: Re: Quick question
Post by: Viz on June 01, 2009, 05:42:58 PM
statistics => numbers => detail, then choose number

so if u choose number 4 for example and u see 2 times in a row COUNT is 3, that means
number 4 has 3  twice in a row appearences in your session if thats what u meant

otherwise u need to use code i quess. .