well not really i just couldn't think of a good title
I have a command prompt and everything
but one command is like
/connect {IP address} and i want it to get the IP address
and heres my problem... I am using a case statement so i am using this :
Select Case message$
Case "Close"
End
------- Important Part ---------
Case Left(Text3.Text, 8) = "/Connect"
IP = Right(Text3.Text, (Len(Text3.Text)) - 9)
Text2.Text = Text2.Text + "Connecting to IP: " + IP
but that doesn't work...I don't know what is goin on PLEASE HELP!
