ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Managing external languages / C functions
  • Use
  • Syntax
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
nWDExecute: Execute a WLanguage function
Use
Running a WLanguage function by dynamic compilation with command formatting.
Syntax
int      nWDExecute(LPCTSTR pszCommande, [Paramètres]);
Details of parameters
pszCommand:
WLanguage command to run
Parameters: Optional
Used to pass parameters to the WLanguage functions. The syntax to use is identical to the one of the C function named printf. Example:
nWDExecute("Info(\"Customer name is: %s\")",szCustomerName)
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help