Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,449

    Re: For Loops in a Route Assignment Algorithm

    String newStr = "R" + X; // Create String by concatenating "R" and loop control variable
  2. Replies
    5
    Views
    1,449

    Re: For Loops in a Route Assignment Algorithm

    Can you explain the problem you are having concatenating the value of x to "R" to create the Strings: "R1", "R2" etc
  3. Replies
    5
    Views
    1,449

    Re: For Loops in a Route Assignment Algorithm

    I don't understand what you are trying to do here.
    If X is an int value used in a for loop and you want to create String values by concatenating the value of X to "R" to create new Strings: "R1",...
Results 1 to 3 of 3