ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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

Last update: 05/26/2022

Send a report | Local help