ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Using a short integer
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
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Reason
You are using a short integer. This type of data does not exist anymore in WINDEV.
Correction
Replace the Short Integer type by the Unsigned 1-byte integer type.
Example

Using a short integer

Code triggering the error
MyData is short int
Possible correction
Use the "unsigned 1-byte integer" type.
MyData is unsigned 1-byte int
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help