скачать книгу бесплатно
If str(3) = "b" Then
Chr3.Text = "B"
End If
If str(4) = "b" Then
Chr2.Text = "B"
End If
If str(5) = "b" Then
Chr1.Text = "B"
End If
ElseIf Word_in.TextLength = 7 Then
If str(0) = "b" Then
Chr7.Text = "B"
End If
If str(1) = "b" Then
Chr6.Text = "B"
End If
If str(2) = "b" Then
Chr5.Text = "B"
End If
If str(3) = "b" Then
Chr4.Text = "B"
End If
If str(4) = "b" Then
Chr3.Text = "B"
End If
If str(5) = "b" Then
Chr2.Text = "B"
End If
If str(6) = "b" Then
Chr1.Text = "B"
End If
ElseIf Word_in.TextLength = 8 Then
If str(0) = "b" Then
Chr8.Text = "B"
End If
If str(1) = "b" Then
Chr7.Text = "B"
End If
If str(2) = "b" Then
Chr6.Text = "B"
End If
If str(3) = "b" Then
Chr5.Text = "B"
End If
If str(4) = "b" Then
Chr4.Text = "B"
End If
If str(5) = "b" Then
Chr3.Text = "B"
End If
If str(6) = "b" Then
Chr2.Text = "B"
End If
If str(7) = "b" Then
Chr1.Text = "B"
End If
ElseIf Word_in.TextLength = 9 Then
If str(0) = "b" Then
Chr9.Text = "B"
End If
If str(1) = "b" Then
Chr8.Text = "B"
End If
If str(2) = "b" Then
Chr7.Text = "B"
End If
If str(3) = "b" Then
Chr6.Text = "B"
End If
If str(4) = "b" Then
Chr5.Text = "B"
End If
If str(5) = "b" Then
Chr4.Text = "B"
End If
If str(6) = "b" Then
Chr3.Text = "B"
End If
If str(7) = "b" Then
Chr2.Text = "B"
End If
If str(8) = "b" Then
Chr1.Text = "B"
End If
ElseIf Word_in.TextLength = 10 Then
If str(0) = "b" Then
Chr10.Text = "B"
End If
If str(1) = "b" Then
Chr9.Text = "B"
End If
If str(2) = "b" Then
Chr8.Text = "B"
End If
If str(3) = "b" Then
Chr7.Text = "B"
End If
If str(4) = "b" Then
Chr6.Text = "B"
End If