Oxygen Basic
Programming => Problems & Solutions => Topic started 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
-
Hi James,
Indexbase is persistent but scoped, so it can be altered inside a function without affecting other parts of the code.