4.5.218. besRETURN_DOUBLE

[<<<] [>>>]

Use this macro to return a double value. The argument should be a double value to return.

The macro allocates the BASIC variable to return the value, sets the value to it to the actual value of the macro argument and returns from the funcion using the macro with no error (COMMAND_ERROR_SUCCESS).

If the return value can not be allocated the macro returns with COMMAND_ERROR_MEMORY_LOW.


[<<<] [>>>]