Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
i legend;n1966807 ha scritto:Copi questa sotto la sub
Poi cambi nella sub
Dim pos : pos = getpos
''""""""""""""""""""""""
Function getpos
Dim aPos
Apos= array ( " ", 1,2,3,4,5)
GetPos = scegliopzionemenu (apos,1,"scegli posizione")
End function
Non ho capito quello delle ruote
Dimmi.
i legend;n1966873 ha scritto:Sub main
Dim pos : pos= getpos ' CAMBI pos che vuoi
Dim num : Num = Int ( inputbox ("inserisci un numero","",1))
Dim Ruota :ruota= ScegliRuota
Dim idestr
Dim Ini : ini = estrazionefin -2000
Dim fin : fin= estrazionefin
Scrivi " Hai cercato il numero : "& num &" sulla ruota di "& nomeruota (ruota)
For idestr= Ini to fin
If posizione (idestr, ruota,num)=pos THEN
Scrivi idestr&" - "&stringaestratti ( idestr, ruota)
End if
Next
End sub
Function getpos
Dim aPos
Apos= array ( " ", 1,2,3,4,5)
GetPos = scegliopzionemenu (apos,1,"scegli posizione")
End function
Da provare e verificare Salvo errori.