Click or drag to resize

FoxArray.InsertRow Method

X#
Insert a row into a multi dimensional array.

Namespace:  XSharp
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 METHOD InsertRow(
	nRow AS LONG
) AS FOXARRAY
Request Example View Source

Parameters

nRow
Type: Long
1 based row number to insert

Return Value

Type: FoxArray
Remarks
Inserting rows shifts rows up and deletes a row at the end of the array: FoxPro arrays do not grow automatically
See Also