Click or drag to resize

FoxArray.ReDim Method

X#

Namespace:  XSharp
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 METHOD ReDim(
	nRows AS DWORD,
	 nCols AS DWORD
) AS FOXARRAY
Request Example View Source

Parameters

nRows
Type: DWord
nCols
Type: DWord

Return Value

Type: FoxArray
See Also