ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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

Incomplete declaration of a composite variable

Code triggering the error
ProductRef is composed of
FamilyCode is fixed string on 8
ProductCode is fixed string on 10
Possible correction
Add the END keyword to end the declaration of the composite variable.
ProductRef is composed of
FamilyCode is fixed string on 8
ProductCode is fixed string on 10
END
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help