|
|
|
|
|
- Use
- Syntax
- Notes
- Returned value
Allows you to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx. Each one of the functions presented below returns a different type. To find out the type that will be returned by the WLanguage code: BOOL bWDGetValeurRetour(void); Return value on error: If the value is not of Boolean type, the function returns False. Int nWDGetValeurRetour(void); Return value on error: If the value is not of type Integer, the function returns 0. WDINT64 i64WDGetValeurRetour(void); Return value on error: If the value is not an 8-byte integer, the function returns 0. Double dWDGetValeurRetour(void); Return value on error: If the value is not of float type, the function returns 0.0. Double dWDGetValeurRetour(void); Return value on error: If the value is not of float type, the function returns 0.0. Returned value A default value will be returned if the type of the return value does not correspond to one of the above-mentioned functions. This default value is specified for each function (return value if an error occurred)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|