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
nWDExecute: Running a WLanguage function
Use
Running a WLanguage function by dynamic compilation with command formatting.
Syntax
int      nWDExecute(LPCTSTR pszCommand, [Parameters]);
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(\"The customer name is: %s\")",szCustomerName)
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help