stringa completa: "DLMMGVSD"
Dim GiorniSettimana As String = "DLMMGVSD"
stringa di confronto: "0101010":
Settimana = Format(Bin(Ritorno), "0000000")
dove:
Public Sub Button_OK_Click()
Dim Valore As Integer
Dim I As Integer
For i = 0 To ValiditaGiornaliera.Count - 1
If ValiditaGiornaliera[i].Value = True Then
valore = valore + 2 ^ (6 - i)
Endif
Next
Form_InputGiorniSettimana.Close(valore)
End
vorrei ottenere: "_L_M_V_D"
ovvero rimpiazzare nella stringa "DLMMGVSD" un underscore solo se nella stringa di controllo ("0101010") e' presente uno 0.
idee geniali?