An old MMOTaleser

Home Forums General Chat An old MMOTaleser

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #15603
    David
    Participant

    Rofl. rly.

    #15610
    Mamick
    Participant

    The problem is that you have to use the variable name for the first one right? Or you have to use “” around Mamick?

    And Quang you probobly don’t remember me because I only was there on and off for about a year or two and I only had 5 blogs.

    #15611
    David
    Participant

    Eh, lemme test it with strings. I think you have to use the concat method.

    String Mamick = “Mamick”;
    VuTalers = VuTalers.concat(Mamick);

    #15613
    Quang
    Participant
    David said: Eh, lemme test it with strings. I think you have to use the concat method.

    String Mamick = “Mamick”;
    VuTalers = VuTalers.concat(Mamick);

    ???

    I have no idea you’re talking about xD

    #15616
    Jil
    Participant
    Vusys said:

    David said: VuTalers += Mamick;

    Welcome (back). 🙂

    Parse error: parse error, unexpected T_STRING in david’s_post on line 1

    You and your silly PHP.

    David said: Eh, lemme test it with strings. I think you have to use the concat method.

    String Mamick = “Mamick”;
    VuTalers = VuTalers.concat(Mamick);

    You and your silly Java.

    #15617
    David
    Participant
    Annona said:

    Vusys said:

    David said: VuTalers += Mamick;

    Welcome (back). 🙂

    Parse error: parse error, unexpected T_STRING in david’s_post on line 1

    You and your silly PHP.

    David said: Eh, lemme test it with strings. I think you have to use the concat method.

    String Mamick = “Mamick”;
    VuTalers = VuTalers.concat(Mamick);

    You and your silly Java.

    You and your silly signatures.

    #15618
    Mamick
    Participant

    What type of class is VuTalers? It seems like it would use an ArrayList (at least in Java) so wouldn’t it be

    String Mamick = “Mamick”;
    VuTalers.add(Mamick):

    #15619
    David
    Participant

    Gah, it was just supposed to be an example. T_T;

    And yes, that will work.

    #15736
    Zappy
    Participant

    The archive takes forever to load on my computer o_o

    #15751
    Pirkid
    Participant
    Mamick said: What type of class is VuTalers? It seems like it would use an ArrayList (at least in Java) so wouldn’t it be

    String Mamick = “Mamick”;
    VuTalers.add(Mamick):

    Yes, but I’d expect a 2 dimensional array.

    #15771
    Mamick
    Participant

    Really? Why? This auto-resizes when you add more people.

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.