ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Declaring an array
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 113: Non-dynamic array without definition
Reason
You are defining an array variable without specifying the elements of this array.
Correction
Fill the syntax for array declaration by specifying the array dimensions and the type of array elements.

Remark: To use a dynamic array, add the DYNAMIC keyword during the declaration of the array.
Example

Declaring an array

Code triggering the error
Arr_TO is array
Possible corrections
Specify the dimensions of the array.
Arr_TO is array of 10 by 10 reals

Use the DYNAMIC keyword to indicate that the array is a dynamic array. The dimensions will be defined in the code by Dimension.
Arr_TO is dynamic array
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help