this is HIGHLY trivial, but i just dont know where to look to get the ansa

Hi

ok, so say if u want to 'build' a string for the purpose of displaying information but the string is going to be huge and u want to split it into more than one line so that the code doesnt stretch for miles across the screen, how do u do this? i just cant remember lol, i know its trivial

cheers

[319 byte] By [Aussie_Nerda] at [2007-11-27 5:46:18]
# 1
use the +-operatorlongString = "string1 "+"string2 "+"string3 ";
jsalonena at 2007-7-12 15:28:55 > top of Java-index,Java Essentials,New To Java...
# 2
Whoa! just dat simple! lol see i told ya! lol cheers
Aussie_Nerda at 2007-7-12 15:28:55 > top of Java-index,Java Essentials,New To Java...