Non so se è la sezione giusta per questa richiesta.
SCRIPT PER DETERMINATI
Gentilmente qualcuno può modificare questo script?
Avrei bisogno di questo tipo di “Output” già esistente laddove per ogni posizione e quindi numero, dovrei poter fare un sommativo; mi spiego:
Confido nella vostra bravura e disponibilità e non posso che dirvi solamente un GRAZIE.
Ciao
Lucio P.
SCRIPT PER DETERMINATI
Gentilmente qualcuno può modificare questo script?
Codice:
Sub main()Dim rur(1),ru(2),n(5)
'rr=InputBox("Ruota di calcolo. ",,1)
'r=InputBox("Ruota di gioco. ",,1)
po=InputBox("Posiz. di gioco. ",,1)
sorte=InputBox("Sorte di gioco. ",,6)'SOSTITUIRE 1 CON 6,7,8,9,10 (6=1° - 10=5° POS. PER DETERMINATI)
For rr=1 To 10
r=rr
rur(1)=rr
ru(1)=r
'For sorte=6 To 10
If sorte=6 Then so=1
If sorte=7 Then so=2
If sorte=8 Then so=3
If sorte=9 Then so=4
If sorte=10 Then so=5
fin=EstrazioneFin
ini=3950 'EstrazioneFin-1000 'STO TT-NZ: Max 393
For es=ini To fin
Messaggio "elab. estr. ["&(es)&"] di "&DataEstrazione(es,1)&" "&siglaruota(rr)
n(1) = Estratto(es,rr,po)
s=SeriePrima(es+1,fin,n,ru,sorte)
If s>0 Then
rt=s-es
casi=casi+1
If rt>mx Then mx=rt
If rt>150 Then c=c+1
If rt>200 Then c1=c1+1
If s=fin Then
ColoreTesto 2
Scrivi FormatSpace(es,4,1)&" "&siglaruota(rr)&" "&stringanumeri(n)&" st"& so & " " & FormatSpace(rt,4,1) & " " & s
ColoreTesto 0
Else
ColoreTesto 0
Scrivi FormatSpace(es,4,1)&" "&siglaruota(rr)&" "&stringanumeri(n)&" st"& so & " " & FormatSpace(rt,4,1) & " " & s
ColoreTesto 0
End If
Else
If s=0 Then
s1=fin
at=fin-es
casi1=casi1+1
If at>max Then max=at
Scrivi FormatSpace(es,4,1)&" "&siglaruota(rr)&" "&stringanumeri(n)&" at" & so & " " & FormatSpace(at,4,1)& " " & s1,1
End If
End If
Next
Next
'Next
'Scrivi "casi Storici "&casi
'Scrivi "mx sto "&mx
'Scrivi ">150 "&c&" "&formatnumber(c/casi*100,2)
'Scrivi ">200 "&c1&" "&formatnumber(c1/casi*100,2)
'Scrivi "casi attuali "&casi1
'Scrivi "mx att "&max
End Sub
Avrei bisogno di questo tipo di “Output” già esistente laddove per ogni posizione e quindi numero, dovrei poter fare un sommativo; mi spiego:
Codice:
Output attuale
Indice Ru. Nu. Pos. Rit. Ind. Sf.
3950 Ba 68 st1 97 4047
3951 Ba 60 st1 13 3964
3952 Ba 28 st1 54 4006
3953 Ba 17 st1 84 4037
3954 Ba 81 st1 90 4044
VORREI OTTENERE SOMMANDO A OGNI NUMERO DUE CIFRE A PIACIMENTO E DIVENTEREBBE COSI’. Supponendo di adoperare la somma 5 e la 10 avremmo:
Indice Ru. Nu. Pos. Rit. Ind. Sf.
3950 Ba 73 78 st1 97 4047
3951 Ba 65 70 st1 13 3964
3952 Ba 33 38 st1 54 4006
3953 Ba 22 27 st1 84 4037
3954 Ba 86 1 st1 90 4044
Confido nella vostra bravura e disponibilità e non posso che dirvi solamente un GRAZIE.
Ciao
Lucio P.