===== ArrayLength (Function) ===== ==== Format ==== variable **[?]**\\ variable **[?,]**\\ variable **[?][]**\\ variable **[,?]**\\ variable **[][?]** returns [[numericexpressions|numeric_expression]] ==== Description ==== |[?]|One Dimensional|dimensioned length of the array| |[?,]|Two Dimensional|returns the number of rows| |[?][]|Two Dimensional|returns the number of rows| |[,?]|Two Dimensional|returns the number of columns| |[][?]|Two Dimensional|returns the number of columns| ==== See Also ==== {{page>en:start#Arrays and Variables&noheader}} ==== History ==== |1.99.99.67|Added 'c' style element form|