can you try changing the name of the funciton (and also make it a valid
function).

On 5/4/06, Alberto Siena <[EMAIL PROTECTED]> wrote:

Mark Proctor <mproctor <at> codehaus.org> writes:

>
> Strings are immutable the following would not work as you expect.
>
> function void modifyString( String s )
> {
>       s = "changed";
> }
>
> However it shouldn't give the error you have. I'll look into it.
>
> Mark
>


Thanks, I'll wait for that

Alberto


Reply via email to