ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Incomplete structure declaration
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 38: The END statement marking the end of the structure declaration is missing
Reason
You are declaring a structure. The END keyword marking the end of the structure declaration is missing.
Correction
Indicate the end of the structure declaration by using the END keyword.
Example

Incomplete structure declaration

Code triggering the error
MyClass is Structure
Student is string
Level is int
Year is Date
Possible correction
Specify the end of the structure with the END keyword.
MyClass is Structure
Student is string
Level is int
Year is Date
END
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help