Code Comments
Programming Forum and web based access to our favorite programming groups.I splitted this line "printL 3" using this command:
String [] words = command.split(" ");
How can I now print out "printL"?
Post Follow-up to this messagesirikit wrote:
> I splitted this line "printL 3" using this command:
> String [] words = command.split(" ");
>
> How can I now print out "printL"?
Define "print out". Do you by chance mean:
System.out.println(words[0]);
--
Paul Lutus
http://www.arachnoid.com
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.