ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Examples
  • Array declared with 13 dimensions.
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Error 112: An array can only have a maximum of X dimensions
Reason
An array (dynamic or not) was defined with more than 10 dimensions.
Correction
Reduce the number of array dimensions.
Examples

Array declared with 13 dimensions.

Code triggering the error
Array13 is array of 3 by 3 by 3 by 3 by 3 by 3 by 3 by 3 by 3
by 3 by 3 by 3 by 3 int


Possible correction
Reduce the size to respect the maximum authorized value.
Array13 is array of 3 by 3 by 3 by 3 by 3 by 3 by 3 by 3 by 3 int
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help