FoxArray.ReDim Method | |
Namespace:
XSharp
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax METHOD ReDim(
nRows AS DWORD,
nCols AS DWORD
) AS FOXARRAY
public FoxArray ReDim(
uint nRows,
[DefaultParameterValueAttribute(0, 0)] uint nCols
)
Request Example
View SourceParameters
- nRows
- Type: DWord
- nCols
- Type: DWord
Return Value
Type:
FoxArraySee Also