> String rgobject0 = (String)rgobject[0];
> Ed.
String rgob = (String)rgobject[0];
and...
> Larry Linville wrote:
>
> >
> > The following code snipit I know is
> > incorrect, but I'm basically trying to
> > find out how to convert my rgobject[0]
> > and rgobject[1] from objects to strings.
> >
Casting is not conversion, it is a way of telling the compiler how the
object
should be handled (ie as a String object explicitly not as an Object).
Andy Bailey
PS, try www.javasoft.com for the basic Java Questions
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html