ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • The fixed string is too long
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 111: The Pascal string %1 is too long
Reason
You are using a Pascal string whose size exceeds the maximum authorized size.

Reminder: The maximum size of a Pascal string is 255 characters.
Correction
Modify the size of your Pascal string according to the maximum authorized value.
Example

The fixed string is too long

Code triggering the error
B is Pascal string of 700
Possible correction
Reduce the size to respect the maximum authorized value.
B is Pascal string of 200
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help