procedure setindexbase
Set the base for array indexing
Syntax
setindexbase base
Arguments
base: | The index base, 0 for C-notation, 1 for Fortran-notation (the default) |
See also
procedure cnotation
procedure fortrannotation
function indexbase
Set the base for array indexing
Syntax
setindexbase base
Arguments
base: | The index base, 0 for C-notation, 1 for Fortran-notation (the default) |