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
			
			
			
				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. .