Help for this page

Select Code to Download


  1. or download this
     length[@data_array]
    
  2. or download this
     length (@data_array)
    
  3. or download this
    scalar(@data_array)
    
  4. or download this
          length (@data_array) ==  length (scalar @data_array)