lr_paramarr_len

Returns the number of elements in a parameter array.

C Language

int lr_paramarr_len( const char * paramArrayName); 
Example: lr_paramarr_idx and lr_paramarr_lenParameter Functions

Arguments

NameComments
paramArrayNameThe name of the parameter array.

lr_paramarr_len returns the number of elements in a parameter array.

Return Values

The length of the array. On error, returns -1. If the parameter is not an array, returns 0.

Parameterization

Standard parameterization is not available for this function.

Concept Link IconSee Also