fillotto
Advanced Member >PLATINUM<
Buona domenica a tutti , vorrei chiedere a Magia , ove possibile, modificare questo suo script:
con questo output dove al posto dell'eleco di tutti e 5 gli estratti vorrei un solo estratto determinato da scegliere con un inputbox nello script .Tutte le altre caratteristiche dello script invariate.
Questa ultima parte non si è allineata bene comunque spero si capisca la richiesta, grazie
[TD="class: SL, width: 5%, align: center"] [/TD]
[TD="class: SL, width: 5%, align: left"] [/TD]
[TD="class: SL, width: 70%, align: center"] [/TD]
[TD="class: SL, width: 15%, align: right"] [/TD]
Codice:
Sub Main
Dim L,Ru(1),T,V
Ini = EstrazioneIni
fin = EstrazioneFin
r = 1
s = 1
ResetTimer
Ru(1) = r
so = NomeSorte(s)
L = Array(0,32,41)
T = Array(T,"Ruota","Lunghetta","Freq","Rit.Att","Max Sto","InCr","Sorte di Verifica")
Call InitTabella(T)
Call StatisticaFormazioneTurbo(L,Ru,s,rit,max,Incr,fre,Ini,fin)
V = Array(V,StringaRuote(Ru),StringaNumeri(L),fre,rit,max,Incr,so)
Call AddRigaTabella(V)
CreaTabella
Scrivi ".............................................Verifica..........................................................................."
For es = Ini To fin
Call VerificaEsitoTurbo(L,Ru,es,s,1,,esito,clp,estr,id)
If esito <> "" Then
k = k + 1
ReDim Preserve aRetRit(k)
aRetRit(k) = es
ReDim Preserve ess(k)
ess(k) = aRetRit(k) - aRetRit(k - 1)
If ess(k) > 26 Then
ColoreTesto 2
Scrivi FormatSpace(k,4) & vbTab & GetInfoEstrazione(es) & vbTab,0,0
Scrivi estr & vbTab & vbTab & FormatSpace(fin - id,4) & " > Estrazioni Trascorse < " & " Elenco Ritardi ... " & ess(k)
ColoreTesto 0
Else
ColoreTesto 0
Scrivi FormatSpace(k,4) & vbTab & GetInfoEstrazione(es) & vbTab,0,0
Scrivi estr & vbTab & vbTab & FormatSpace(fin - id,4) & " > Estrazioni Trascorse < " & " Elenco Ritardi ... " & ess(k)
ColoreTesto 0
End If
End If
Next
Scrivi String(130,".")
Scrivi "Tempo Trascorso : " & TempoTrascorso
End Sub
con questo output dove al posto dell'eleco di tutti e 5 gli estratti vorrei un solo estratto determinato da scegliere con un inputbox nello script .Tutte le altre caratteristiche dello script invariate.
Codice:
[FONT=Courier New][SIZE=10px][COLOR=#ff0000]1 [07586] [ 49] 26.04.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#ff0000]BA .. .. 32 .. .. 2021 > Estrazioni Trascorse < Elenco Ritardi ... 7586[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]2 [07593] [ 56] 11.05.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. .. 32 .. .. 2014 > Estrazioni Trascorse < Elenco Ritardi ... 7[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]3 [07611] [ 74] 22.06.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. .. .. .. 32 1996 > Estrazioni Trascorse < Elenco Ritardi ... 18[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]4 [07616] [ 79] 04.07.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. .. 41 .. .. 1991 > Estrazioni Trascorse < Elenco Ritardi ... 5[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]5 [07619] [ 82] 11.07.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. .. .. .. 41 1988 > Estrazioni Trascorse < Elenco Ritardi ... 3[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]6 [07636] [ 99] 19.08.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. 32 .. .. .. 1971 > Estrazioni Trascorse < Elenco Ritardi ... 17[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]7 [07643] [106] 05.09.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. .. .. 32 .. 1964 > Estrazioni Trascorse < Elenco Ritardi ... 7[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]8 [07644] [107] 07.09.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. .. .. .. 41 1963 > Estrazioni Trascorse < Elenco Ritardi ... 1[/COLOR][/SIZE][/FONT] [FONT=Courier New][SIZE=10px][COLOR=#000000]9 [07654] [117] 30.09.2006 [/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]BA .. .. 32 .. .. 1953 > Estrazioni Trascorse < Elenco Ritardi ... 10[/COLOR][/SIZE][/FONT]
[TD="class: SL, width: 5%, align: center"] [/TD]
[TD="class: SL, width: 5%, align: left"] [/TD]
[TD="class: SL, width: 70%, align: center"] [/TD]
[TD="class: SL, width: 15%, align: right"] [/TD]
Ultima modifica: