Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread of questions
#1
I will use this thread to ask questions about how different pieces of code work. No need in making new topics each time. First off:

I am adding a chat box where users input text instead of bltign it to the screen. It works successfully, but i can't make any sense of this code:
Code:
frmMirage.txtInputChat.Text = MyText
    If Len(MyText) > 4 Then
    frmMirage.txtInputChat.SelStart = Len(frmMirage.txtInputChat.Text) + 1
End If

I am trying to figure out how it works and what everything in it means. Any tips?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)