String temp = "temp";
temp = process_me(temp);

public String process_me(String whatever) {
blah
blah
blah
return whatever;
}


----------
>From: Duke Martin <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: returning info from method
>Date: Thu, Aug 12, 1999, 3:39 PM
>

> hi,
>
> can anyone send me a generic example of calling a method, passing it a
> string, the method changes the value of the string and returns the string to
> the previous method?  I know this has been answered earlier but I have been
> having problems with the list, so I unsubscibed and re-subscibed and didn't
> receive any answers.
>
> thanks
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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

Reply via email to