Click or drag to resize

ASize Function

X#

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax
 FUNCTION ASize(
	ArrayName AS ARRAY,
	nSize AS DWORD
) AS ARRAY
Request Example View Source

Parameters

ArrayName
Type: Array
nSize
Type: DWord

Return Value

Type: Array
Remarks
The parameter to this function is a 'General Array'. The function decides at runtime if the array is a FoxPro array or a 'General' Array
See Also