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
nWDExecuteEx: Execute a WLanguage function
Use
Runs a WLanguage function by dynamic compilation, without command formatting.
Note: this function behaves like the nWDExecute function, but does not interpret the string containing the command. This allow for faster execution of non-formatted commands (commands not containing %s, %d, ...).
Syntax
int      nWDExecuteEx(LPCTSTR pszCommande);
Details of parameters
pszCommand:
WLanguage command to run
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help