ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Using the Ln function
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 805: No syntax without parameter
Reason
You are using a WLanguage function (or procedure) without indicating the brackets. This function accepts no syntax without parameter and therefore without brackets.
Correction
Complete the call to the function or to the procedure by specifying the mandatory parameters.
Remark: See the online help to find out the detailed syntax of this function.
Example

Using the Ln function

Code triggering the error
Res = Ln
Possible correction
Complete the syntax.
Res = Ln(5)
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help