Originally posted by Gemini Moses: However this is not solving my problem. How can I store an "Enter character" in String for NT. Thanks!!
I would think the solution Gregg gave works in any OS, including NT if you pass the String to System.out.println(). What exactly would "solving your problem" entail? What are you trying to do? Junilu
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
posted
0
Hello, It works for me. But of course only at the console (eg System.out.println("name\ncity\nzip")). You can't do it this way drawing to an Applet (or Panel). And sorry to say, I don't think it's possible (I'm pretty sure I read that once). Good Luck, -Dirk Schreckmann
Thanks everyone!!! I got busy in some other stuff yesterday and did not get time at all to check on this. I am sorry. It did work the way it is supposed to work. But my problem is solved with some other way. Thanks once again to all of you.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Storing "new line character " in a string