drCreateVec
drCreateVec(s_dataType[x_length] [l_values] ) =>o_vec /nil
Description
Arguments
|
Data type. Possible values are described in Data Values. |
|
|
Length of the vector. The value of this argument must be greater than When using this argument, you cannot use the l_values argument. |
|
|
When using this argument, you cannot use the x_length argument. |
Value Returned
Examples
vec = drCreateVec('double 5)
Return to top