Function
Creates an integer Array with a specified integer value.
Syntax
#include <dx/dx.h>
Array DXMakeInteger(int n);
Functional Details
Returns an integer Array of TYPE_INT containing a single specified integer value (n). The Array can be deleted with DXDelete().
Return Value
Returns the Array or returns NULL and sets an error code.
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]