Re: thanks rafa

2004-03-10 Thread Brian P Bohnet
oo2 = foo2 + 1; printf("%d", *foo2); exit(0); } Regards Rafa -Original Message- From: Brian P Bohnet <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 10 Mar 2004 10:30:53 -0600 Subject: Re: thanks rafa Your code is incorrect, you cannot manipulate an arra

Re: thanks rafa

2004-03-10 Thread Rafael Tolosana
a -Original Message- From: Brian P Bohnet <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 10 Mar 2004 10:30:53 -0600 Subject: Re: thanks rafa Your code is incorrect, you cannot manipulate an array that way, see error produced: : operator + cannot be applied to cha

Re: thanks rafa

2004-03-10 Thread Brian P Bohnet
Your code is incorrect, you cannot manipulate an array that way, see error produced: : operator + cannot be applied to char[],int foo = foo + 1; ^ Rafael Tolosana wrote: I will try it with two simple examples: First have a look at this Java code: String foo = new String(

Re: thanks rafa

2004-03-10 Thread Rafael Tolosana
will help you understand Rafa -Original Message- From: vinod kumar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 10 Mar 2004 12:12:44 +0530 Subject: thanks rafa hi rafa, thanks for ur response i got it 50%... it will be good if u give some example how we cannot see the

thanks rafa

2004-03-09 Thread vinod kumar
hi rafa, thanks for ur response i got it 50%... it will be good if u give some example how we cannot see the address and manipulate it. waiting for ur reply... bye vinod From: Rafael Tolosana <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference