Search:

Type: Posts; User: Scott.Anthony

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,433

    Re: Converting Cases Help

    I appreciate the apology but not needed. No offense is taken. Different people have different learning methods. If he doesn't dissect your answer or follow my advice he has no hope of making it...
  2. Replies
    6
    Views
    1,433

    Re: Converting Cases Help

    Use Substring() twice.
    First character = Substring(0,1);
    theRest= Substring (1,name.Length()-2);

    I hope you prefer the teaching approach rather than the handed to you in a single line of...
  3. Replies
    6
    Views
    1,433

    Re: Converting Cases Help

    Sounds like an introductory programming question, so I'll lead you to it rather than just solve it for you.

    First create a string and assign the value. String name="john betterDRIVER". Assuming...
Results 1 to 3 of 3