Oxygen Basic

Programming => Problems & Solutions => Topic started by: jcfuller on February 28, 2018, 04:07:13 PM

Title: indexbase
Post by: jcfuller on February 28, 2018, 04:07:13 PM
Charles,
  Is indexbase persistant? In other words if I use indexbase 0 at the top of my source will all my arrays  be zero based?

James
Title: Re: indexbase
Post by: Charles Pegge on February 28, 2018, 10:48:57 PM
Hi James,

Indexbase is persistent but scoped, so it can be altered inside a function without affecting other parts of the code.