Added: 1 year ago
From: silvagpe
Views: 4,401
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (3)

Sign In or Sign Up now to post a comment!
  • Ótima vídeo aula, continue postando!

  • Help Me

    If TextBox1.text = "a" Then

    TextBox2.Text = "01100001"

    End If

    If TextBox1.Text = "b" Then

    TextBox2.Text = "01100010"

    End If

    When I write ab apears 01100001

    Can you make appears 0110000101100010?

  • @HACKERMAN24 experimenta:

    If TextBox1.text = "a" Then

    TextBox2.Text = TextBox2.Text & "01100001"

    End If

    If TextBox1.Text = "b" Then

    TextBox2.Text = TextBox2.Text & "01100010"

    End If

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more