F
fAnSKyer
here is the problem
I have an Object[] args[];
I want use this array args to transfer the values.
For example args[0] is a int; args[1] is a string.
The problem is I can't change a int to string, I use this way
int refer=1
args[0]= (Object) refer;
but it doesn't work
HELP
Thanks a lot
fAnS.
I have an Object[] args[];
I want use this array args to transfer the values.
For example args[0] is a int; args[1] is a string.
The problem is I can't change a int to string, I use this way
int refer=1
args[0]= (Object) refer;
but it doesn't work
HELP
Thanks a lot
fAnS.