Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

drCreateVec

drCreateVec( 
s_dataType
[ x_length] 
[ l_values ]
) 
=> o_vec / nil

Description

Creates a new data vector.

Arguments

s_dataType

Data type. Possible values are described in Data Values.

x_length

Length of the vector. The value of this argument must be greater than 0.

When using this argument, you cannot use the l_values argument.

l_values

List of values.

When using this argument, you cannot use the x_length argument.

Value Returned

o_vec

Returns the created vector if successful.

nil

Returns nil if there is an error.

Examples

vec = drCreateVec('double 5)

Return to top
 ⠀
X