Hello,

I have a library of functions in a module designed under Option base 0

My project is basically base 1 . What would be the way to use an array base 1 bay calling a function designed under base 0, without tweaking the function?

Thanks