User Tools

Site Tools


en:length

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:length [2016/01/01 22:41]
127.0.0.1 external edit
en:length [2020/04/26 22:36] (current)
admin
Line 1: Line 1:
 ===== Length (Function) ===== ===== Length (Function) =====
 ==== Format ==== ==== Format ====
-length( //string_expr// )+**length**[[stringexpressions|string_expression]] )\\ 
 +**length**( [[arrays|array]] )\\ 
 +**length**( [[maps|map]] )
  
-returns //positive_integer_value//+returns [[integerexpressions|integer_expression]]
  
 ==== Description ==== ==== Description ====
-Returns the number of characters in //string_expr//+Returns the number of characters in [[stringexpressions|string_expression]], the number of elements in a map, or the number of values in an array. 
 + 
 +NOTE: The length function returns the total number of items in a two dimensional array (rows * columns).
  
 ==== See Also ==== ==== See Also ====
 {{page>en:start#String Handling&noheader}} {{page>en:start#String Handling&noheader}}
en/length.1451713287.txt.gz · Last modified: 2020/02/28 10:46 (external edit)