Jul 21, 2002 #1 cementlsm Programmer Jul 17, 2002 1 US What does .size() return if the Vector is null?
Jul 22, 2002 #2 toolkit Programmer Aug 5, 2001 771 GB You will get a NullPointerException thrown. You cannot call a method on a null handle. Cheers, Neil Upvote 0 Downvote