Popular pages:

Roulette System

The Roulette Systems That Really Work

Roulette Computers

Hidden Electronics That Predict Spins

Roulette Strategy

Why Roulette Betting Strategies Lose

Roulette System

The Honest Live Online Roulette Casinos

statistics

Started by status, April 07, 2008, 04:13:57 AM

0 Members and 1 Guest are viewing this topic.

status

hi.
sorry, I didn't know where to post "my problem" so the original post is here
nolinks://vlsroulette.com/forum/YaBB.pl?num=1207536307
I hope you can make that work :)

Sp1N-D1zZy

Hi status!

Yes, sure this is very easy to do. But, to get the most out of your statistical studies, and any future system testing, I would recommend purchasing a copy of Roulette Extreme. You can get it from //nolinks.uxsoftware.com

In the meantime, I will write you a code that you can copy and paste into this software, and it will give you all the information you requested!

Happy experimenting.
Dizzy.  8-)

status

hi.
thank you and I'm waiting for your code.

cya

admin

QuoteI will write you a code that you can copy and paste into this software, and it will give you all the information you requested!

Awesome Sp1n, I was going to do it in visual basic, but guess roulette xtreme is more apt for... well, roulette!

Thanks mate, you are very helpful. [smiley=1/thumbsup.gif]

status

hey.
I'm still waiting for that code  :)

status

hm... Sp1N-D1zZy are you around?:)

Sp1N-D1zZy

Hi Status!

Finally, I have finished the code! It is very long and slow, so you have to be patient.

-------------------------------------------------------
How to view stats
-------------------------------------------------------

In RX, goto -> Statistics -> Data Records



Under column "Name", is the sequence. For example "1-15" means number 1 followed by number 15. Under column "Data", is the number of times this particular sequence has shown.

Happy experimenting.

Dizzy.  8-)


Sp1N-D1zZy

I will have to put the code over several posts, because it is too long for one.

Sp1N-D1zZy

[edit]system "Status Statistics"
{
*************************************
*         System by Status          *
*     on the VLSroulette Forum      *
*************************************
        Rx-ed by Sp1N-D1zZy
-------------------------------------
         not 00-c0mpatible
-------------------------------------
For instructions on the stat tester, visit:

nolinks://vlsroulette.com/forum/YaBB.pl?num=1207552437
-------------------------------------
}
method "main"
begin
while starting new session
   begin
   call "Init"
   exit
   end
call "Track"
end

method "Track"
begin
add 1 record"Spins"data
track last number for 2 spins record"Last 2"layout
if record"Spins"data >= 2
   begin
   put 1 record"Last 2"layout index
   copy record"Last 2"layout record"First"layout
   add 1 record"Last 2" layout index
   copy record"Last 2"layout record"Second"layout
   subtract 1 record"Last 2"layout index
   if list [number 0] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"0-0"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"0-1"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"0-2"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"0-3"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"0-4"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"0-5"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"0-6"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"0-7"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"0-8"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"0-9"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"0-10"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"0-11"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"0-12"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"0-13"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"0-14"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"0-15"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"0-16"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"0-17"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"0-18"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"0-19"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"0-20"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"0-21"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"0-22"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"0-23"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"0-24"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"0-25"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"0-26"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"0-27"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"0-28"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"0-29"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"0-30"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"0-31"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"0-32"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"0-33"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"0-34"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"0-35"data
       end
   if list [number 0] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"0-36"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"1-0"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"1-1"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"1-2"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"1-3"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"1-4"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"1-5"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"1-6"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"1-7"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"1-8"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"1-9"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"1-10"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"1-11"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"1-12"data
       end
[/edit]

Sp1N-D1zZy

[edit]
   if list [number 1] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"1-13"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"1-14"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"1-15"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"1-16"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"1-17"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"1-18"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"1-19"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"1-20"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"1-21"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"1-22"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"1-23"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"1-24"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"1-25"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"1-26"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"1-27"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"1-28"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"1-29"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"1-30"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"1-31"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"1-32"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"1-33"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"1-34"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"1-35"data
       end
   if list [number 1] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"1-36"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"2-0"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"2-1"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"2-2"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"2-3"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"2-4"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"2-5"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"2-6"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"2-7"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"2-8"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"2-9"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"2-10"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"2-11"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"2-12"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"2-13"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"2-14"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"2-15"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"2-16"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"2-17"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"2-18"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"2-19"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"2-20"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"2-21"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"2-22"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"2-23"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"2-24"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"2-25"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"2-26"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"2-27"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"2-28"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"2-29"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"2-30"data
       end
[/edit]

Sp1N-D1zZy

[edit]
   if list [number 2] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"2-31"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"2-32"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"2-33"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"2-34"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"2-35"data
       end
   if list [number 2] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"2-36"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"3-0"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"3-1"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"3-2"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"3-3"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"3-4"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"3-5"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"3-6"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"3-7"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"3-8"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"3-9"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"3-10"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"3-11"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"3-12"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"3-13"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"3-14"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"3-15"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"3-16"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"3-17"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"3-18"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"3-19"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"3-20"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"3-21"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"3-22"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"3-23"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"3-24"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"3-25"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"3-26"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"3-27"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"3-28"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"3-29"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"3-30"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"3-31"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"3-32"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"3-33"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"3-34"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"3-35"data
       end
   if list [number 3] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"3-36"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"4-0"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"4-1"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"4-2"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"4-3"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"4-4"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"4-5"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"4-6"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"4-7"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"4-8"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"4-9"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"4-10"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"4-11"data
       end
[/edit]

Sp1N-D1zZy

[edit]
  if list [number 4] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"4-12"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"4-13"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"4-14"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"4-15"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"4-16"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"4-17"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"4-18"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"4-19"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"4-20"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"4-21"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"4-22"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"4-23"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"4-24"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"4-25"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"4-26"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"4-27"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"4-28"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"4-29"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"4-30"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"4-31"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"4-32"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"4-33"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"4-34"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"4-35"data
       end
   if list [number 4] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"4-36"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"5-0"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"5-1"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"5-2"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"5-3"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"5-4"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"5-5"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"5-6"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"5-7"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"5-8"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"5-9"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"5-10"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"5-11"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"5-12"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"5-13"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"5-14"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"5-15"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"5-16"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"5-17"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"5-18"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"5-19"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"5-20"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"5-21"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"5-22"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"5-23"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"5-24"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"5-25"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"5-26"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"5-27"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"5-28"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"5-29"data
       end
[/edit]

Sp1N-D1zZy

[edit]  
 if list [number 5] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"5-30"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"5-31"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"5-32"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"5-33"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"5-34"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"5-35"data
       end
   if list [number 5] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"5-36"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"6-0"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"6-1"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"6-2"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"6-3"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"6-4"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"6-5"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"6-6"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"6-7"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"6-8"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"6-9"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"6-10"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"6-11"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"6-12"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"6-13"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"6-14"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"6-15"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"6-16"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"6-17"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"6-18"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"6-19"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"6-20"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"6-21"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"6-22"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"6-23"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"6-24"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"6-25"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"6-26"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"6-27"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"6-28"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"6-29"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"6-30"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"6-31"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"6-32"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"6-33"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"6-34"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"6-35"data
       end
   if list [number 6] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"6-36"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"7-0"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"7-1"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"7-2"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"7-3"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"7-4"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"7-5"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"7-6"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"7-7"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"7-8"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"7-9"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"7-10"data
       end
[/edit]

Sp1N-D1zZy

[edit]
   if list [number 7] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"7-11"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"7-12"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"7-13"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"7-14"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"7-15"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"7-16"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"7-17"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"7-18"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"7-19"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"7-20"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"7-21"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"7-22"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"7-23"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"7-24"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"7-25"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"7-26"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"7-27"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"7-28"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"7-29"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"7-30"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"7-31"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"7-32"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"7-33"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"7-34"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"7-35"data
       end
   if list [number 7] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"7-36"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"8-0"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"8-1"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"8-2"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"8-3"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"8-4"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"8-5"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"8-6"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"8-7"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"8-8"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"8-9"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"8-10"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"8-11"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"8-12"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"8-13"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"8-14"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"8-15"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"8-16"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"8-17"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"8-18"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"8-19"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"8-20"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"8-21"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"8-22"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"8-23"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"8-24"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"8-25"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"8-26"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"8-27"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"8-28"data
       end
[/edit]

Sp1N-D1zZy

[edit]
   if list [number 8] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"8-29"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"8-30"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"8-31"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"8-32"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"8-33"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"8-34"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"8-35"data
       end
   if list [number 8] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"8-36"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"9-0"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"9-1"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"9-2"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"9-3"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"9-4"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"9-5"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"9-6"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"9-7"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"9-8"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"9-9"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 10] pattern match record"Second"layout
       begin
       add 1 record"9-10"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 11] pattern match record"Second"layout
       begin
       add 1 record"9-11"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 12] pattern match record"Second"layout
       begin
       add 1 record"9-12"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 13] pattern match record"Second"layout
       begin
       add 1 record"9-13"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 14] pattern match record"Second"layout
       begin
       add 1 record"9-14"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 15] pattern match record"Second"layout
       begin
       add 1 record"9-15"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 16] pattern match record"Second"layout
       begin
       add 1 record"9-16"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 17] pattern match record"Second"layout
       begin
       add 1 record"9-17"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 18] pattern match record"Second"layout
       begin
       add 1 record"9-18"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 19] pattern match record"Second"layout
       begin
       add 1 record"9-19"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 20] pattern match record"Second"layout
       begin
       add 1 record"9-20"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 21] pattern match record"Second"layout
       begin
       add 1 record"9-21"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 22] pattern match record"Second"layout
       begin
       add 1 record"9-22"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 23] pattern match record"Second"layout
       begin
       add 1 record"9-23"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 24] pattern match record"Second"layout
       begin
       add 1 record"9-24"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 25] pattern match record"Second"layout
       begin
       add 1 record"9-25"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 26] pattern match record"Second"layout
       begin
       add 1 record"9-26"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 27] pattern match record"Second"layout
       begin
       add 1 record"9-27"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 28] pattern match record"Second"layout
       begin
       add 1 record"9-28"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 29] pattern match record"Second"layout
       begin
       add 1 record"9-29"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 30] pattern match record"Second"layout
       begin
       add 1 record"9-30"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 31] pattern match record"Second"layout
       begin
       add 1 record"9-31"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 32] pattern match record"Second"layout
       begin
       add 1 record"9-32"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 33] pattern match record"Second"layout
       begin
       add 1 record"9-33"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 34] pattern match record"Second"layout
       begin
       add 1 record"9-34"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 35] pattern match record"Second"layout
       begin
       add 1 record"9-35"data
       end
   if list [number 9] pattern match record"First"layout
   and list [number 36] pattern match record"Second"layout
       begin
       add 1 record"9-36"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 0] pattern match record"Second"layout
       begin
       add 1 record"10-0"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 1] pattern match record"Second"layout
       begin
       add 1 record"10-1"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 2] pattern match record"Second"layout
       begin
       add 1 record"10-2"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 3] pattern match record"Second"layout
       begin
       add 1 record"10-3"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 4] pattern match record"Second"layout
       begin
       add 1 record"10-4"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 5] pattern match record"Second"layout
       begin
       add 1 record"10-5"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 6] pattern match record"Second"layout
       begin
       add 1 record"10-6"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 7] pattern match record"Second"layout
       begin
       add 1 record"10-7"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 8] pattern match record"Second"layout
       begin
       add 1 record"10-8"data
       end
   if list [number 10] pattern match record"First"layout
   and list [number 9] pattern match record"Second"layout
       begin
       add 1 record"10-9"data
       end
[/edit]

Sp1N-D1zZy

-