Click or drag to resize

ASize Function

X#

[Missing <include> target documentation in 'M:XSharp.VFP.Functions.ASize(XSharp.__Array,System.UInt32)'. File: 'VfpRuntimeDocs.xml' Path: 'Runtimefunctions/asize/*']

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
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