XArrayDB Reference > XArrayDB Methods > AppendRows Method (XArrayDB) |
This method appends count rows to an XArrayDB object and returns the number of rows successfully appended.
count is an optional long integer specifying the number of rows to be appended. If omitted, this argument defaults to 1.
A long integer specifying the number of rows successfully appended.
This method is provided for convenience; the following statements are equivalent:
MyArray.InsertRows MyArray.UpperBound(1) + 1, n