Hi,

Your string split will cause problems because you have "" (double-
quote double-quote)
instead of " " (double-quote space double-quote)... this is why all
your length values are zero.

I hope this helps.

-ohm

-- 
To post to this group, send email to javaprogrammingwithpassion@googlegroups.com
To unsubscribe from this group, send email to 
javaprogrammingwithpassion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to