#1 Roulette Forum & Message Board | www.RouletteForum.cc

IT & Software => Coding for Roulette => Topic started by: friend76 on Feb 14, 06:03 PM 2011

Title: Roulette xtreme
Post by: friend76 on Feb 14, 06:03 PM 2011
Hello,
I'm trying to use the "track" in this way:

Track last Red-Black for the past 1 spins to Record "last" layout
if record "last" layout = red begin add 1 on record "red" data end
if record "last" layout = black begin add 1 on record "black" data end


The problem is that when it leave the number 0 (zero) this number is counted in the records "red" or "black" about the last  output color.

How can I clear the number zero in this kind of research?

I hope of to receive your help. 

Thank you all.
???
Title: Re: Roulette xtreme
Post by: ataru on Feb 20, 06:50 AM 2011
Hi friend76,

try to modify your code like this

Track last Red-Black for the past 1 spins to Record "last" layout
    if record "last" layout = red and number 0 has not hit each time begin add 1 on record "red" data end
    if record "last" layout = black and number 0 has not hit each time begin add 1 on record "black" data end


if you are using double zero layout you should handle also Number 00 . . .

hope this helps