Click to See Complete Forum and Search --> : Please... convert String to Object.. Please...


February 19th, 2000, 12:09 PM
Please help...

This must be so simple if anyone can help ...

Example.. (this does not work)..

try{ log[0][0]=(Object)Str; } catch(NullPointerException ne){}

where log[0][0] is an Object[][]

Thank you ...
Very Much....

February 19th, 2000, 09:11 PM
I believe you just leave out the (Object) cast as a String already "is an" Object.