AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Errores / Errores WLanguage
  • 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)
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local