Command Reference : String and Date Function Reference
  
 
@rows
Syntax: @rows(str_vector)
Argument: string vector, str_vector
Return: integer
Returns the number of rows in string vector str_vector.
Example:
@rows(SV1)
returns the integer 3 if the string vector SV1 contains three rows.