PDA

View Full Version : run time bugs while setting array elements value


jaypatel
05-05-2009, 05:14 PM
Hello everyone,

I am making project on alice 2.2.
in my project when i m trying to set the value of an element of array through one predefined global variable i m getting run time error of java (ArrayStoreException) array and variable both is of number datatype.
how can i resolve it? is there any way to set the value of array element to the defined variable.