Search:

Type: Posts; User: frozen java

Search: Search took 0.13 seconds.

  1. Thread: substring

    by frozen java
    Replies
    1
    Views
    1,420

    Re: substring

    I fixed it! It was so simple


    String[] command = cmd.split(" ");

    Then just


    switch(command[0])
  2. Thread: substring

    by frozen java
    Replies
    1
    Views
    1,420

    substring

    Hello I'll get straight to the point, I am working on an application where I get input from the user (cmd) and send it off to a switch statement (switch(cmd)). I don't know how to explain the rest so...
Results 1 to 2 of 2