ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Too many parameters are passed to the function named Random
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 802: Invalid syntax for this function
Reason
You are trying to use a WLanguage function with an incorrect syntax.
Correction
Check the available syntaxes in the online help and modify your code line.
Example

Too many parameters are passed to the function named Random

Code triggering the error
Random(5, 7, 8)


Possible correction
Check the syntax in the online help and pass 2 parameters to the function.
Random(5, 7)
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help