An old MMOTaleser Home › Forums › General Chat › An old MMOTaleser This topic has 25 replies, 15 voices, and was last updated 15 years, 6 months ago by Mamick. Viewing 11 posts - 16 through 26 (of 26 total) ← 1 2 Author Posts 21 August 2009 at 16:24 #15603 DavidParticipant Rofl. rly. 21 August 2009 at 19:18 #15610 MamickParticipant 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. 21 August 2009 at 19:19 #15611 DavidParticipant Eh, lemme test it with strings. I think you have to use the concat method. String Mamick = “Mamick”;VuTalers = VuTalers.concat(Mamick); 21 August 2009 at 22:40 #15613 QuangParticipant 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 22 August 2009 at 02:12 #15616 JilParticipant 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. 22 August 2009 at 02:41 #15617 DavidParticipant 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. 22 August 2009 at 03:11 #15618 MamickParticipant 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): 22 August 2009 at 03:23 #15619 DavidParticipant Gah, it was just supposed to be an example. T_T; And yes, that will work. 30 August 2009 at 00:59 #15736 ZappyParticipant The archive takes forever to load on my computer o_o 30 August 2009 at 18:48 #15751 PirkidParticipant 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. 31 August 2009 at 14:59 #15771 MamickParticipant Really? Why? This auto-resizes when you add more people. Author Posts Viewing 11 posts - 16 through 26 (of 26 total) ← 1 2 You must be logged in to reply to this topic.