Page 1 of 1

Help!!

Posted: Thu Dec 29, 2005 11:05 am
by xXxCocoFangxXx
When I try to use Sav3r it says the subscript is out of range!


What is wrong?

Posted: Thu Dec 29, 2005 11:09 am
by FleetAdmiralBacon
Subscript Out of Range occurs when a call is made to an array using a value that does not exist in the array (say you have array dogs() and you set it to dogs(1 to 3) but you call for dogs(4).WizOnFireHydrant, this will return a Subscript Out of Range error)

I don't know anything about the program you're using, but I still think I can help. Exactly what are you doing when it gives you the error?

Posted: Thu Dec 29, 2005 11:18 am
by xXxCocoFangxXx
I am trying to open the save on the program when it says it. I extracted it and it still says it.

Posted: Fri Dec 30, 2005 5:01 am
by coldshadow
FleetAdmiralBacon wrote:Subscript Out of Range occurs when a call is made to an array using a value that does not exist in the array (say you have array dogs() and you set it to dogs(1 to 3) but you call for dogs(4).WizOnFireHydrant, this will return a Subscript Out of Range error)

I don't know anything about the program you're using, but I still think I can help. Exactly what are you doing when it gives you the error?
that sounds alot like PhP...
nice explanation btw.