Jump to content

String help


Recommended Posts

Ok, I'm working out a network tik-tak-toe game, and I am running into some issues.

I have it send the text:

##playermove 1 username

The person and I am using this:

$playername = StringMid ($sReceived, 15)
;MsgBox (0,"",$playername)
    $numm = StringMid ($sReceived, 13, 14)
;MsgBox (0,"",$numm)

to get the player name and the number (space) that he is moving to.

For some reason, this isnt working, any ideas as to why?

[center]Kesne's Bar & Grill[/center]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...