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