length

Type: External

Group: general

Syntax

answer = length(string) 
answer = length(matrix) 
answer = number(matrix) 

Description

Returns the length of a matrix or a string.

Examples

length("test") = 4 
length([1, 2, 3]) = 3

See Also

size