Compiler Option: -earraydims
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptearraydims
- Last revised: 2024-05-18
Enable array dimensions checking.
Syntax
` -earraydims
`
Description
The -earraydims compiler option enables the array dimensions checking. Enabled by default with '-exx' command line option.
Version
- Since fbc 1.20.0
See also
__FB_ERR__- Using the Command Line
Back to DocToc