For simplicity's sake, I need to change the base of an array from 0 to 1. I know that I can set it like
i=5
for i = 1 to i
however I remember reading or doing something somewhere where I changed the base in the general declarations of the function or sub. What did I do. Does this take effect universally? Thanks!