Posted: Mon Jun 09, 2008 11:12 am Post subject: RE:Randomize Arrays to Variables?
i get...
attempt to use a null pointer (java.lang.NullPointerException)
Sponsor Sponsor
Euphoracle
Posted: Mon Jun 09, 2008 5:29 pm Post subject: RE:Randomize Arrays to Variables?
Line?
Edit: Try changing the -1 at the Math.Random bit to -2. I overlooked that length is last index+1 essentially.
stajanleafs
Posted: Mon Jun 09, 2008 8:06 pm Post subject: RE:Randomize Arrays to Variables?
ok well thanks for the answers guys.. i came up with a solution o my own losely based on what you guys gave me and some Java examples of things....
thanks for helping