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 110: The ASCIIZ string is too long
Reason
You are using an ASCIIZ string whose size exceeds the maximum authorized size.
Reminder: The maximum size of an ASCIIZ string cannot exceed 64 KB (65535 bytes).
Correction
Modify the size of your ASCIIZ string according to the maximum authorized value.
Example

The fixed string is too long

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

Last update: 05/26/2022

Send a report | Local help